Add -d option to match in the ipa-client-samba usage and man-page

The ipa-client-samba man-page describes the -d option, but the -d option cannot actually be used.
Fix ipa-client-samba to enable the -d option.

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
MIZUTA Takeshi
2021-05-16 00:39:45 +09:00
committed by Florence Blanc-Renaud
parent 4148167777
commit 6ed80ee182

View File

@@ -102,6 +102,7 @@ def parse_options():
help="force installation by redoing all steps",
)
parser.add_option(
"-d",
"--debug",
dest="debug",
action="store_true",