Skip to content

Commit

Permalink
#2085 Added skip-header option
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Nov 9, 2022
1 parent 6b77519 commit fdb0cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/print_nc2ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def usage():
print(f' Note: <> indicates optional arguments')

def create_parser_options(parser):
parser.add_option("--hide-header", "--hide_header", dest="hide_header",
parser.add_option("--hide-header", "--hide_header", "--skip-header", "--skip_header", dest="hide_header",
action="store_true", default=False, help=" Hide header (default: False)")
parser.add_option("--use-comma", "--use_comma", dest="use_comma",
action="store_true", default=False, help=" Use comma as separator (default: False)")
Expand Down

0 comments on commit fdb0cdf

Please sign in to comment.