diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-19 04:54:22 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-19 04:54:22 -0400 |
commit | 2792b0092fe7a1feccc784da55be0b12df85ea75 (patch) | |
tree | d87787167f57eb46cb6a7dbcbd61ef3867b5fd51 /sbodl | |
parent | 596033bd69ad07cb5fdcbe26349142b5fbbe87bb (diff) | |
download | sbo-maintainer-tools-2792b0092fe7a1feccc784da55be0b12df85ea75.tar.gz |
Cleanup.
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 |