diff options
Diffstat (limited to 'sbodl')
-rwxr-xr-x | sbodl | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,8 @@ # change default cache dir. # 20170306 bkw: add caching -VER=0.7.0 +# Don't edit the next line; use "make version" instead. +VERSION=0.8.0 : <<EOF =pod @@ -18,7 +19,7 @@ sbodl - download and/or check md5sums for SlackBuilds.org source files. =head1 SYNOPSIS -B<sbopkglint> [-a | -f] [I<wget-options> ...] +B<sbopkglint> [--help] | [ --version ] | [-a | -f | -af ] [I<wget-options> ...] =head1 DESCRIPTION |