From a20fff2d9a99e75b475b12bf212de4d608c166bd Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 1 Oct 2012 11:53:00 +0200 Subject: Change option to display help message in man pages. POPT_AUTOHELP generates -? and --help options and not -h to display help message. https://fedorahosted.org/sssd/ticket/1546 --- src/man/include/param_help.xml | 2 +- src/man/include/param_help_py.xml | 10 ++++++++++ src/man/sss_obfuscate.8.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/man/include/param_help_py.xml (limited to 'src/man') diff --git a/src/man/include/param_help.xml b/src/man/include/param_help.xml index a2478bf28..d28020bf7 100644 --- a/src/man/include/param_help.xml +++ b/src/man/include/param_help.xml @@ -1,6 +1,6 @@ - , + , diff --git a/src/man/include/param_help_py.xml b/src/man/include/param_help_py.xml new file mode 100644 index 000000000..a2478bf28 --- /dev/null +++ b/src/man/include/param_help_py.xml @@ -0,0 +1,10 @@ + + + , + + + + Display help message and exit. + + + diff --git a/src/man/sss_obfuscate.8.xml b/src/man/sss_obfuscate.8.xml index 7b152fad3..eeea5fa16 100644 --- a/src/man/sss_obfuscate.8.xml +++ b/src/man/sss_obfuscate.8.xml @@ -57,7 +57,7 @@ OPTIONS - + , -- cgit