1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

doc: mention long option abbreviation

* doc/coreutils.texi (Common options): Give example of
abbreviating options.
* THANKS: Update.
Reported by Adam Jimerson.
This commit is contained in:
Eric Blake
2008-12-27 09:38:09 -07:00
parent 0c65638b0f
commit 921feefb12
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ the bug-report mailing list (as seen on last line of e.g., cp --help).
A Costa agcosta@gis.net
Aaron Hawley ashawley@uvm.edu
Achim Blumensath blume@corona.oche.de
Adam Jimerson vendion@charter.net
Adam Klein aklein@debian.org
Adrian Bunk bunk@stusta.de
AIDA Shinra shinra@j10n.org
+8 -1
View File
@@ -673,8 +673,15 @@ program description. For example, the @command{env} command's options
must appear before its operands, since in some cases the operands
specify a command that itself contains options.
Most programs that accept long options recognize unambiguous
abbreviations of those options. For example, @samp{rmdir
--ignore-fail-on-non-empty} can be invoked as @samp{rmdir
--ignore-fail} or even @samp{rmdir --i}. Ambiguous options, such as
@samp{ls --h}, are identified as such.
Some of these programs recognize the @option{--help} and @option{--version}
options only when one of them is the sole command line argument.
options only when one of them is the sole command line argument. For
these programs, abbreviations of the long options are not recognized.
@table @samp