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_py.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/man/include/param_help_py.xml (limited to 'src/man/include/param_help_py.xml') diff --git a/src/man/include/param_help_py.xml b/src/man/include/param_help_py.xml new file mode 100644 index 00000000..a2478bf2 --- /dev/null +++ b/src/man/include/param_help_py.xml @@ -0,0 +1,10 @@ + + + , + + + + Display help message and exit. + + + -- cgit