Provided by: rust-coreutils_0.0.20-1_amd64 bug

NAME

       false - Returns false, an unsuccessful exit status.

       Immediately  returns  with  the  exit  status `1`. When invoked with one of the recognized
       options it will try to write the help or version text. Any IO error during this  operation
       is diagnosed, yet the program will also return `1`.

SYNOPSIS

       false [--help] [--version]

DESCRIPTION

       Returns false, an unsuccessful exit status.

       Immediately  returns  with  the  exit  status `1`. When invoked with one of the recognized
       options it will try to write the help or version text. Any IO error during this  operation
       is diagnosed, yet the program will also return `1`.

OPTIONS

       --help Print help information

       --version
              Print version information

VERSION

       v0.0.20

                                           false 0.0.20                                  false(1)