summaryrefslogtreecommitdiffstats
path: root/src
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-02 07:46:13 -0500
commit9073710deeca6eb9ae55eac9f7a8f6d560af1f9d (patch)
treed1b2012ae4d79d70049b3dd0a593f8c0a72e16df /src
parent5304efd88f9346f5f260d3c56c5b35f771a71777 (diff)
downloadsssd-9073710deeca6eb9ae55eac9f7a8f6d560af1f9d.tar.gz
sssd-9073710deeca6eb9ae55eac9f7a8f6d560af1f9d.tar.xz
sssd-9073710deeca6eb9ae55eac9f7a8f6d560af1f9d.zip
Hide --debug option in sss_debuglevel
https://fedorahosted.org/sssd/ticket/1224
Diffstat (limited to 'src')
-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},