aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-09 10:25:57 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-09 10:25:57 -0500
commit0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf (patch)
treecee2060ffd3d9b0c9460af5240cae2dc540194b9 /sboclean
parent872bb23b99953ae4b3ec97d2f6557f6baf5e0fbc (diff)
downloadsbotools2-0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf.tar.xz
sboclean: reformatted help output
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean15
1 files changed, 10 insertions, 5 deletions
diff --git a/sboclean b/sboclean
index 5d8908c..f98e61f 100755
--- a/sboclean
+++ b/sboclean
@@ -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
}