GNU bug report logs -
#20729
true bugs
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 03 Jun 2015 23:02:26 -0600
with message-id <556FDBE2.4050801 <at> redhat.com>
and subject line Re: bug#20729: true bugs
has caused the debbugs.gnu.org bug report #20729,
regarding true bugs
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
20729: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20729
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
According to `man true', the --help and --version flags should have output.
However, when I run `true --help' or `true --version', I get no output.
These are "true bugs" (pun intended), so as instructed by the man page, I
am reporting true bugs to bug-coreutils <at> gnu.org.
-- Dan Burton
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
tag 20729 notabug
thanks
On 06/03/2015 10:00 PM, Dan Burton wrote:
> According to `man true', the --help and --version flags should have output.
> However, when I run `true --help' or `true --version', I get no output.
> These are "true bugs" (pun intended), so as instructed by the man page, I
> am reporting true bugs to bug-coreutils <at> gnu.org.
Thanks for the report. However, you did not read enough of 'man true';
a bit further down, you would see:
NOTE: your shell may have its own version of true, which usually
super‐
sedes the version described here. Please refer to your shell's
docu‐
mentation for details about the options it supports.
And sure enough, compare the difference:
$ type true
true is a shell builtin
or use 'env' to force the standalone version rather than the builtin:
$ env true --help
Usage: true [ignored command line arguments]
or: true OPTION
Exit with a status code indicating success.
--help display this help and exit
--version output version information and exit
NOTE: your shell may have its own version of true, which usually supersedes
the version described here. Please refer to your shell's documentation
for details about the options it supports.
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
For complete documentation, run: info coreutils 'true invocation'
As such, I'm closing this as not a bug, but feel free to add further
comments.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
This bug report was last modified 10 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.