@@ -36,7 +36,7 @@ def get_bng_calc_arguments(argv=None):
36
36
"""
37
37
38
38
parser = ArgumentParser (
39
- usage = "%(prog)s [options ] <Station Database>" ,
39
+ usage = "%(prog)s [arguments ] <Station Database>" ,
40
40
description = "Program to compute the orientation of the components " +
41
41
"of a station based on those in a station database." )
42
42
parser .add_argument (
@@ -362,7 +362,7 @@ def get_bng_average_arguments(argv=None):
362
362
"""
363
363
364
364
parser = ArgumentParser (
365
- usage = "%(prog)s [options ] <Station Database>" ,
365
+ usage = "%(prog)s [arguments ] <Station Database>" ,
366
366
description = "Program to average the orientations of the seismometer " +
367
367
"in a station database." )
368
368
parser .add_argument (
@@ -476,7 +476,7 @@ def get_dl_calc_arguments(argv=None):
476
476
"""
477
477
478
478
parser = ArgumentParser (
479
- usage = "%(prog)s [options ] <Station Database>" ,
479
+ usage = "%(prog)s [arguments ] <Station Database>" ,
480
480
description = "Program to compute the orientation of the components " +
481
481
"of a station based on those in a station database." )
482
482
parser .add_argument (
@@ -740,7 +740,7 @@ def get_dl_average_arguments(argv=None):
740
740
"""
741
741
742
742
parser = ArgumentParser (
743
- usage = "%(prog)s [options ] <Station Database>" ,
743
+ usage = "%(prog)s [arguments ] <Station Database>" ,
744
744
description = "Program to average the orientations of the seismometer " +
745
745
"in a station database." )
746
746
parser .add_argument (
0 commit comments