diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
commit | dc5297f413c40f04e1fdae719e29d949e3301091 (patch) | |
tree | f806bd40f94aa39af5f2bfb9eafda514b353a90c /source3/utils/testparm.c | |
parent | e21ff2d500ea4709b641834a88d3dff9d6bf039b (diff) | |
download | samba-dc5297f413c40f04e1fdae719e29d949e3301091.tar.gz samba-dc5297f413c40f04e1fdae719e29d949e3301091.tar.xz samba-dc5297f413c40f04e1fdae719e29d949e3301091.zip |
Sync with HEAD
(This used to be commit 1a25dc776ddc36de9a214e023becff1ceb10290c)
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r-- | source3/utils/testparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index c92692fda25..280a7b8853f 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -208,6 +208,7 @@ int main(int argc, const char *argv[]) pc = poptGetContext(NULL, argc, argv, long_options, POPT_CONTEXT_KEEP_FIRST); + poptSetOtherOptionHelp(pc, "[OPTION...] <config-file> [host-name] [host-ip]"); while((opt = poptGetNextOpt(pc)) != -1); |