Man page - rust-false(1)

Packages contains this manual

Manual

false

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
VERSION

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.30