usage: a dash doesn't have to come first among the filenames

master
David Lawrence Ramsey 2017-06-29 14:27:37 -05:00 committed by Benno Schulenberg
parent b93767b54f
commit d1ee41f319
1 changed files with 1 additions and 1 deletions

View File

@ -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",