mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 07:03:39 -06:00
ipa-migrate - remove -V option
The versioning in ipa-migrate was removed, but the "-V" option to display the version was not removed. Fixes: https://pagure.io/freeipa/issue/9620 Signed-off-by: Mark Reynolds <mreynolds@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
06c02f5f2c
commit
efa5719363
@ -67,9 +67,6 @@ Reset the ID range for migrated users/groups. In "stage-mode" this is done autom
|
||||
\fB\-F\fR, \fB\-\-force\fR
|
||||
Ignore any errors and continue to proceed with migration effort.
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Display the version of the migration tool.
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
Only log errors during the migration process.
|
||||
.TP
|
||||
|
@ -389,9 +389,6 @@ class IPAMigrate():
|
||||
parser.add_argument('-F', '--force',
|
||||
help='Ignore errors and continue with migration',
|
||||
action='store_true', default=False)
|
||||
parser.add_argument('-V', '--version',
|
||||
help='Display verison of the migration tool',
|
||||
action='store_true', default=False)
|
||||
parser.add_argument('-q', '--quiet',
|
||||
help='Only display errors during the migration',
|
||||
action='store_true', default=False)
|
||||
|
Loading…
Reference in New Issue
Block a user