summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-03-02 13:34:19 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-03-09 14:28:41 -0500
commit9548cb1ba5eb767cfd291d7ce51165ed90ac71a5 (patch)
tree04536f5aba5b1be112c706d3909aa150a92282ef
parentb93f543f4009496169a6d8e3866651d64e031f3c (diff)
downloadsssd-9548cb1ba5eb767cfd291d7ce51165ed90ac71a5.tar.gz
sssd-9548cb1ba5eb767cfd291d7ce51165ed90ac71a5.tar.xz
sssd-9548cb1ba5eb767cfd291d7ce51165ed90ac71a5.zip
Hide --debug option in sss_debuglevel
https://fedorahosted.org/sssd/ticket/1224
-rw-r--r--src/tools/sss_debuglevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sss_debuglevel.c b/src/tools/sss_debuglevel.c
index f3fc045bb..83be14442 100644
--- a/src/tools/sss_debuglevel.c
+++ b/src/tools/sss_debuglevel.c
@@ -71,7 +71,7 @@ int main(int argc, const char **argv)
struct debuglevel_tool_ctx *ctx = NULL;
struct poptOption long_options[] = {
POPT_AUTOHELP
- {"debug", '\0', POPT_ARG_INT, &pc_debug,
+ {"debug", '\0', POPT_ARG_INT | POPT_ARGFLAG_DOC_HIDDEN, &pc_debug,
0, _("The debug level to run with"), NULL },
{"config", 'c', POPT_ARG_STRING, &pc_config_file,
0, _("Specify a non-default config file"), NULL},