diff options
author | Eric Blake <ebb9@byu.net> | 2009-01-08 06:33:16 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-01-08 07:57:36 -0700 |
commit | a99c35b04d9ab601e4fa98319c56fbdbde6b420a (patch) | |
tree | 264804f0a32ce73b8444dbbcced994058c758d1e /doc | |
parent | 5e3a5ae5193e0b14abd3d3428b1546bd15a20a8b (diff) | |
download | coreutils-a99c35b04d9ab601e4fa98319c56fbdbde6b420a.tar.xz |
option handling: make exceptions more consistent
* doc/coreutils.texi (Common options): Not all utilities reject
option abbreviations.
* src/chroot.c (main): Report correct name on failure.
* src/echo.c (usage): Clarify long option usage.
* src/setuidgid.c (usage): Likewise.
* src/hostid.c (usage): Condense.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 51145de19..1cc237c3a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -681,7 +681,7 @@ abbreviations of those options. For example, @samp{rmdir Some of these programs recognize the @option{--help} and @option{--version} options only when one of them is the sole command line argument. For -these programs, abbreviations of the long options are not recognized. +these programs, abbreviations of the long options are not always recognized. @table @samp |