Slightly improved help message

This commit is contained in:
Martin Brodbeck 2013-09-24 15:46:00 +02:00
parent 7c0ba351de
commit 44ec8bc38d
1 changed files with 1 additions and 1 deletions

View File

@ -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,