Whitespace alignment
This commit is contained in:
parent
fbbeeef08b
commit
bee6c8f5fd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ parser = argparse.ArgumentParser(
|
|||
description = 'Initialize NEXRAD radar site database'
|
||||
)
|
||||
|
||||
parser.add_argument('db', help='Path to SQLite3 database')
|
||||
parser.add_argument('db', help='Path to SQLite3 database')
|
||||
parser.add_argument('radars-tsv', help='Path to NEXRAD radar station TSV file')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Add table
Reference in a new issue