diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-19 05:24:19 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-19 05:24:19 -0400 |
commit | 5102c1fcea48fcdc5f9b279a67ff235c0e0921ce (patch) | |
tree | 1818d0d567a2528610e449c898cec72d6a58bcd9 | |
parent | a09ea1f3acb16e0b7f972b36f42c515a50cbce09 (diff) | |
download | sbo-maintainer-tools-5102c1fcea48fcdc5f9b279a67ff235c0e0921ce.tar.gz |
sbolint: add --version --man --help --doc to docs.0.8.0
-rwxr-xr-x | sbolint | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -11,7 +11,7 @@ sbolint - check SlackBuild directories or tarballs for common errors. =head1 SYNOPSIS -B<sbolint> [-a] [-q] [-u] [-n] [build [build ...]] +B<sbolint> [--help | --man ] | [-a] [-q] [-u] [-n] [build [build ...]] =head1 DESCRIPTION @@ -80,6 +80,18 @@ auto-detect. Don't use color, even if standard output is a terminal. +=item B<--version> + +Show version number and exit. + +=item B<--help>, B<--doc> + +Show this documentation in your pager. + +=item B<--man> + +Convert this documentation to a man page, on stdout. + =back =head1 CHECKS |