commit d1ee41f319221485a3ff29d2217545fbb9864657
parent b93767b54fd55112ea091f0c906c9fc7089f263f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 29 Jun 2017 14:27:37 -0500
usage: a dash doesn't have to come first among the filenames
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nano.c b/src/nano.c
@@ -780,7 +780,7 @@ void usage(void)
* It's best to keep its lines within 80 characters. */
printf(_("To place the cursor on a specific line of a file, put the line number with\n"
"a '+' before the filename. The column number can be added after a comma.\n"));
- printf(_("When the first filename is '-', nano reads data from standard input.\n\n"));
+ printf(_("When a filename is '-', nano reads data from standard input.\n\n"));
printf(_("Option\t\tGNU long option\t\tMeaning\n"));
#ifndef NANO_TINY
print_opt("-A", "--smarthome",