From 29b0a843d634c434d69c617979d87288367cdefc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 21 May 2021 19:46:33 -0700 Subject: 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. --- txr.1 | 2 +- txr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 24122eb6..8dc97cda 100644 --- a/txr.1 +++ b/txr.1 @@ -436,7 +436,7 @@ .SH* SYNOPSIS .mono -.meti txr [ < options ] [ < script-file [ < data-files ... ]] +.meti txr [ < options ] [ < script-file [ < arguments ... ]] .onom .SH* DESCRIPTION diff --git a/txr.c b/txr.c index 1e59c695..e5396b61 100644 --- a/txr.c +++ b/txr.c @@ -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" -- cgit v1.2.3