URL: https://github.com/freeipa/freeipa/pull/5782
Author: miztake
 Title: #5782: Remove -s option from ipa-ldap-updater usage
Action: opened

PR body:
"""
The -s option no longer exists, so remove it from the command usage.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5782/head:pr5782
git checkout pr5782
From c973c266ea32d8b4c67a1da84424ece1ff4640d3 Mon Sep 17 00:00:00 2001
From: MIZUTA Takeshi <mizuta.take...@fujitsu.com>
Date: Thu, 20 May 2021 23:33:49 +0900
Subject: [PATCH] Remove -s option from ipa-ldap-updater usage

The -s option no longer exists, so remove it from the command usage.
---
 ipaserver/install/ipa_ldap_updater.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/ipa_ldap_updater.py b/ipaserver/install/ipa_ldap_updater.py
index 7a1d2c59e99..44861d23ad6 100644
--- a/ipaserver/install/ipa_ldap_updater.py
+++ b/ipaserver/install/ipa_ldap_updater.py
@@ -56,7 +56,7 @@ def add_options(cls, parser):
             help="upgrade an installed server in offline mode")
         parser.add_option("-S", '--schema-file', action="append",
             dest="schema_files",
-            help="custom schema ldif file to use (implies -s)")
+            help="custom schema ldif file to use")
 
     @classmethod
     def get_command_class(cls, options, args):
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to