diff options
Diffstat (limited to 'utils/rhrd-show')
-rwxr-xr-x | utils/rhrd-show | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/rhrd-show b/utils/rhrd-show index 8360c5c..75e525a 100755 --- a/utils/rhrd-show +++ b/utils/rhrd-show @@ -27,9 +27,9 @@ use RHRD::utils; sub print_usage { - print STDERR "Usage: rd-show list [ <group> ]\n" . - " rd-show (show|remove) <show-id>\n" . - " rd-show add <groupname> <name> <title> <num-carts> <rhythm> <dow> <starttime> <len>\n"; + print STDERR "Usage: rhrd-show list [ <group> ]\n" . + " rhrd-show (show|remove) <show-id>\n" . + " rhrd-show add <groupname> <name> <title> <num-carts> <rhythm> <dow> <starttime> <len>\n"; } sub list |