summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-13 06:45:28 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-13 06:45:28 -0700
commit4ab891e4ba86a49cca1ae6988ee4a461a70285c3 (patch)
tree947eacbdd59c31877d916f51f6061ad1403e45dc /txr.c
parent284bb3680d566e26bf6d8ceabacb6634442cde55 (diff)
downloadtxr-4ab891e4ba86a49cca1ae6988ee4a461a70285c3.tar.gz
txr-4ab891e4ba86a49cca1ae6988ee4a461a70285c3.tar.bz2
txr-4ab891e4ba86a49cca1ae6988ee4a461a70285c3.zip
Capitalization in help text.
* txr.c (help): Capitalize TXR, Copyright and Usage.
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.c b/txr.c
index cbd2ff8f..1f8e0563 100644
--- a/txr.c
+++ b/txr.c
@@ -81,11 +81,11 @@ static void help(void)
{
val text = lit(
"\n"
-"txr version ~a\n"
+"TXR Version ~a\n"
"\n"
-"copyright 2015, Kaz Kylheku <kaz@kylheku.com>\n"
+"Copyright 2015, Kaz Kylheku <kaz@kylheku.com>\n"
"\n"
-"usage:\n"
+"Usage:\n"
"\n"
" ~a [ options ] query-file { data-file }*\n"
"\n"