forked from public/pysim
pySim-prog: Show default for mnc in help mode
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
@@ -72,7 +72,7 @@ def parse_options():
|
|||||||
default=901,
|
default=901,
|
||||||
)
|
)
|
||||||
parser.add_option("-y", "--mnc", dest="mnc", type="int",
|
parser.add_option("-y", "--mnc", dest="mnc", type="int",
|
||||||
help="Mobile Network Code",
|
help="Mobile Network Code [default: %default]",
|
||||||
default=55,
|
default=55,
|
||||||
)
|
)
|
||||||
parser.add_option("-m", "--smsp", dest="smsp",
|
parser.add_option("-m", "--smsp", dest="smsp",
|
||||||
|
|||||||
Reference in New Issue
Block a user