@@ -481,21 +481,21 @@ usage = """wee_import --help
481
481
[--config=CONFIG_FILE]
482
482
[--import-config=IMPORT_CONFIG_FILE]
483
483
--source=CSV_SOURCE_FILE
484
- [--date YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm]
484
+ [--date " YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm" ]
485
485
[--calc-missing] [--dry-run]
486
486
[--log=None|LOG_FACILITY] [--verbose]
487
487
wee_import --wunder
488
488
[--config=CONFIG_FILE]
489
489
[--import-config=IMPORT_CONFIG_FILE]
490
490
--station=PWS_NAME
491
- [--date YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm]
491
+ [--date " YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm" ]
492
492
[--calc-missing] [--dry-run]
493
493
[--log=None|LOG_FACILITY] [--verbose]
494
494
wee_import --cumulus
495
495
[--config=CONFIG_FILE]
496
496
[--import-config=IMPORT_CONFIG_FILE]
497
497
--source=MONTHLY_LOGS_FOLDER
498
- [--date YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm]
498
+ [--date " YYYY/MM/DD|YYYY/MM/DD hh:mm-YYYY/MM/DD hh:mm" ]
499
499
[--calc-missing] [--dry-run]
500
500
[--log=None|LOG_FACILITY] [--verbose]
501
501
wee_import --version
@@ -545,10 +545,10 @@ def main():
545
545
parser .add_option ('--station' , dest = 'station' , type = str ,
546
546
metavar = "PWS_NAME" ,
547
547
help = "Station name to be used (eg, \" KORHOODR3\" )." )
548
- parser .add_option ("--date" , dest = "date" , type = str , metavar = "YYYY-MM- DD" ,
549
- help = "Date to import as a string of form \" YYYY-MM- DD\" "
550
- "or a date range of form \" YYYY-MM- DD hh:mm-"
551
- "YYYY-MM- DD hh:mm\" " )
548
+ parser .add_option ("--date" , dest = "date" , type = str , metavar = "YYYY/MM/ DD" ,
549
+ help = "Date to import as a string of form \" YYYY/MM/ DD\" "
550
+ "or a date range of form \" YYYY/MM/ DD hh:mm-"
551
+ "YYYY/MM/ DD hh:mm\" " )
552
552
parser .add_option ('--log' , dest = 'logging' , type = str ,
553
553
metavar = "LOG_FACILITY" , default = 'weewx' ,
554
554
help = "Control logging of most output. If omitted or "
0 commit comments