diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-16 00:05:10 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-16 00:05:10 +0200 |
commit | 301e8781a3d80c371bf3f68e9b6cfd27ddd161ad (patch) | |
tree | 16401c458b0d05e12ab04775a973b8ac893a667f /sbofind | |
parent | 01b15204ee6e2c3b583e5a4479f53d2651bb20aa (diff) | |
download | sbotools2-301e8781a3d80c371bf3f68e9b6cfd27ddd161ad.tar.xz |
Test show_usage output for all the sbo* commands
Diffstat (limited to 'sbofind')
-rwxr-xr-x | sbofind | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -25,18 +25,18 @@ Usage: $self (search_term) Options: -h|--help: - this screen. + this screen. -v|--verison: - version information. + version information. -i|--info: - show the .info for each found item. + show the .info for each found item. -r|--readme: - show the README for each found item. + show the README for each found item. -q|--queue: - show the build queue for each found item. + show the build queue for each found item. Example: - $self libsexy + $self libsexy EOF return 1; |