diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-21 19:46:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-21 19:46:33 -0700 |
commit | 53bf8f0ccfa54ff7a917ada4c643cc1c92f5272e (patch) | |
tree | 79a19d0a29ec77f3eef29448baa5d00bcdb01c32 | |
parent | 6247406c3c7459581f58db4b757e38cea242eab5 (diff) | |
download | txr-53bf8f0ccfa54ff7a917ada4c643cc1c92f5272e.tar.gz txr-53bf8f0ccfa54ff7a917ada4c643cc1c92f5272e.tar.bz2 txr-53bf8f0ccfa54ff7a917ada4c643cc1c92f5272e.zip |
txr/doc: refer to arguments not data-files.
* txr.1: The arguments after the script-file are not necessary
data files; they can have any meaning.
* txr.c (help): Also adjust the help text.
-rw-r--r-- | txr.1 | 2 | ||||
-rw-r--r-- | txr.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -436,7 +436,7 @@ .SH* SYNOPSIS .mono -.meti txr [ < options ] [ < script-file [ < data-files ... ]] +.meti txr [ < options ] [ < script-file [ < arguments ... ]] .onom .SH* DESCRIPTION @@ -79,7 +79,7 @@ static void help(void) "\n" "Usage:\n" "\n" -" ~a [ options ] script-file { data-file }*\n" +" ~a [ options ] script-file { argument }*\n" "\n" #if HAVE_TERMIOS "If no arguments are present, TXR will enter into interactive listener mode.\n" |