Skip to content

Commit

Permalink
options to arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
paudetseis committed May 19, 2020
1 parent eb11336 commit fb054c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orientpy/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_bng_calc_arguments(argv=None):
"""

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

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

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

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

0 comments on commit fb054c2

Please sign in to comment.