commit 0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf parent 872bb23b99953ae4b3ec97d2f6557f6baf5e0fbc Author: J Pipkin <j@dawnrazor.net> Date: Sun, 9 Sep 2012 10:25:57 -0500 sboclean: reformatted help output Diffstat:
| M | sboclean | | | 15 | ++++++++++----- |
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git 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 }