-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

$ rm --p
rm: option `--p' is ambiguous
Try `rm --help' for more information.

Yet `rm --help' only mentions --preserve-root, since --presume-input-tty
is intentionally undocumented.  Is there a slick way to tell getopt_long
that a particular option must not be abbreviated, and therefore that it
cannot be ambiguous with other options that can be abbreviated?  It boils
down to the fact that for all undocumented long options, we don't want to
be accepting abbreviations or confusing the user with false reports of
ambiguous options.

- --
Life is short - so eat dessert first!

Eric Blake             [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDkgoO84KuGfSFAYARAjC+AKCwtQJD/4U8rQFudfA5xIQjjejGXgCeLd4c
DC5p8/gJr+LEdc6z1bozTZ0=
=+szm
-----END PGP SIGNATURE-----


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to