diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-04-14 16:18:26 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-04-14 16:18:26 (GMT) |
commit | 94e4a04528f0c9204fb0affc7d91ed568b4b90a7 (patch) | |
tree | 3a208b38a7c237532e68c8e8710d0d92c252552b /utils/rhrd-show | |
parent | 2a3c2cc85f0770abda73ba572917c0511cc370be (diff) |
inital commit for schedule generation
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 |