diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 10:25:57 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 10:25:57 -0500 |
commit | 0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf (patch) | |
tree | cee2060ffd3d9b0c9460af5240cae2dc540194b9 | |
parent | 872bb23b99953ae4b3ec97d2f6557f6baf5e0fbc (diff) | |
download | sbotools2-0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf.tar.xz |
sboclean: reformatted help output
-rwxr-xr-x | sboclean | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -24,11 +24,16 @@ sub show_usage () { Usage: $self (options) [package] Options: - -h: this screen. - -v: version information. - -d: clean distfiles. - -w: clean working directories. - -i: be interactive. + -h|--help: + this screen. + -v|--version: + version information. + -d|--clean-dist: + clean distfiles. + -w|--clean-work: + clean working directories. + -i|--interactive: + be interactive. EOF } |