From 0b7dcebbc3b889a8c13f4022e8ca79d2f6cc0cbf Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sun, 9 Sep 2012 10:25:57 -0500 Subject: sboclean: reformatted help output --- sboclean | 15 ++++++++++----- 1 file 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 } -- cgit v1.2.3