summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-03-14 20:04:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-03-14 20:04:29 -0700
commita9da4dfd7bbc61aa9d840d38fc1de18578c5f48b (patch)
treeb0b7ffcf05ca0d9313e978ce8513213ce5b6c2ea
parent10671a0b81b444162b4f9225a2ff5326cffef4a4 (diff)
downloadtxr-a9da4dfd7bbc61aa9d840d38fc1de18578c5f48b.tar.gz
txr-a9da4dfd7bbc61aa9d840d38fc1de18578c5f48b.tar.bz2
txr-a9da4dfd7bbc61aa9d840d38fc1de18578c5f48b.zip
tags: useless use of quasiliteral.
* txr.tl (toplevel): In the usage output, a few quasiliterals should just be literals since nothing is interpolated.
-rwxr-xr-xtags.tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tags.tl b/tags.tl
index 808a9722..1bc1112b 100755
--- a/tags.tl
+++ b/tags.tl
@@ -156,8 +156,8 @@
(when o.help
(put-line "\nUsage:\n")
(put-line ` @{*load-path*} [options] {file|dir}*\n`)
- (put-line `Directory arguments are recursively searched for *.tl files.`)
- (put-line `If no arguments are given, the current directory is searched.`)
+ (put-line "Directory arguments are recursively searched for *.tl files.")
+ (put-line "If no arguments are given, the current directory is searched.")
o.(opthelp)
(exit t))