From 6ed80ee18228eb203474dd75ef6e0f8b9fa4819e Mon Sep 17 00:00:00 2001 From: MIZUTA Takeshi Date: Sun, 16 May 2021 00:39:45 +0900 Subject: [PATCH] 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 --- ipaclient/install/ipa_client_samba.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipaclient/install/ipa_client_samba.py b/ipaclient/install/ipa_client_samba.py index bdf14cabb..fd89e59e5 100755 --- a/ipaclient/install/ipa_client_samba.py +++ b/ipaclient/install/ipa_client_samba.py @@ -102,6 +102,7 @@ def parse_options(): help="force installation by redoing all steps", ) parser.add_option( + "-d", "--debug", dest="debug", action="store_true",