diff options
Diffstat (limited to 'sbolint')
-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 |