Skip to content

Commit

Permalink
Slightly improved help message
Browse files Browse the repository at this point in the history
  • Loading branch information
beedaddy committed Sep 24, 2013
1 parent 7c0ba35 commit 44ec8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiorec.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def main():
subparsers = parser.add_subparsers(help='sub-command help')
parser_record = subparsers.add_parser('record', help='Record a station')
parser_record.add_argument('station', type=str, help='Name of the radio station '
'(see config file for a list)')
'(see `radiorec.py list`)')
parser_record.add_argument('duration', type=check_duration,
help='Recording time in minutes')
parser_record.add_argument('name', nargs='?', type=str,
Expand Down

0 comments on commit 44ec8bc

Please # to comment.