mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 17:21:55 -06:00
Include REPLICA_FILE in usage for ipa-replica-install
ticket 247
This commit is contained in:
parent
53c218cf2f
commit
81c3898da4
@ -51,7 +51,8 @@ class ReplicaConfig:
|
|||||||
|
|
||||||
def parse_options():
|
def parse_options():
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
parser = OptionParser(version=version.VERSION)
|
usage = "%prog [options] REPLICA_FILE"
|
||||||
|
parser = OptionParser(usage=usage, version=version.VERSION)
|
||||||
parser.add_option("-N", "--no-ntp", dest="conf_ntp", action="store_false",
|
parser.add_option("-N", "--no-ntp", dest="conf_ntp", action="store_false",
|
||||||
help="do not configure ntp", default=True)
|
help="do not configure ntp", default=True)
|
||||||
parser.add_option("-d", "--debug", dest="debug", action="store_true",
|
parser.add_option("-d", "--debug", dest="debug", action="store_true",
|
||||||
|
Loading…
Reference in New Issue
Block a user