diff options
Diffstat (limited to 't')
| -rwxr-xr-x | t/15-usage.t | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/t/15-usage.t b/t/15-usage.t index c53968f..0e5a02a 100755 --- a/t/15-usage.t +++ b/t/15-usage.t @@ -50,9 +50,12 @@ my $sboconfig = <<'SBOCONFIG';  Usage: sboconfig [options] [arguments]  Options: -  -h: this screen. -  -v: version information. -  -l: show current options. +  -h|--help: +    this screen. +  -v|--version: +    version information. +  -l|--list: +    show current options.  Config options (defaults shown):    -c|--clean FALSE: | 
