Skip to content

Commit fb054c2

Browse files
committed
options to arguments
1 parent eb11336 commit fb054c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: orientpy/arguments.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_bng_calc_arguments(argv=None):
3636
"""
3737

3838
parser = ArgumentParser(
39-
usage="%(prog)s [options] <Station Database>",
39+
usage="%(prog)s [arguments] <Station Database>",
4040
description="Program to compute the orientation of the components " +
4141
"of a station based on those in a station database.")
4242
parser.add_argument(
@@ -362,7 +362,7 @@ def get_bng_average_arguments(argv=None):
362362
"""
363363

364364
parser = ArgumentParser(
365-
usage="%(prog)s [options] <Station Database>",
365+
usage="%(prog)s [arguments] <Station Database>",
366366
description="Program to average the orientations of the seismometer " +
367367
"in a station database.")
368368
parser.add_argument(
@@ -476,7 +476,7 @@ def get_dl_calc_arguments(argv=None):
476476
"""
477477

478478
parser = ArgumentParser(
479-
usage="%(prog)s [options] <Station Database>",
479+
usage="%(prog)s [arguments] <Station Database>",
480480
description="Program to compute the orientation of the components " +
481481
"of a station based on those in a station database.")
482482
parser.add_argument(
@@ -740,7 +740,7 @@ def get_dl_average_arguments(argv=None):
740740
"""
741741

742742
parser = ArgumentParser(
743-
usage="%(prog)s [options] <Station Database>",
743+
usage="%(prog)s [arguments] <Station Database>",
744744
description="Program to average the orientations of the seismometer " +
745745
"in a station database.")
746746
parser.add_argument(

0 commit comments

Comments
 (0)