]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(false invocation): Note that false exits
authorJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 18:19:53 +0000 (18:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Apr 2003 18:19:53 +0000 (18:19 +0000)
unsuccessfully even with --help and --version.

doc/coreutils.texi

index 9cecd2c4821477fd3a16285fab3131680f95bd67..eb5be5e17872cc82ed3d7cda977e3e7ba15eb8f7 100644 (file)
@@ -8595,6 +8595,10 @@ This version of @command{false} is implemented as a C program, and is thus
 more secure and faster than a shell script implementation, and may safely
 be used as a dummy shell for the purpose of disabling accounts.
 
+Note that @command{false} (unlike all other programs documented herein)
+exits unsuccessfully, even when invoked with
+@option{--help} or @option{--version}.
+
 
 @node true invocation
 @section @command{true}: Do nothing, successfully