summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-22 23:50:11 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-22 23:50:11 +0000
commit89cd4674156ba5a62b8c9c4d943adc372ae576f7 (patch)
tree5c495283a0bdd9f93107c8faf8a32be974fba618 /source3/smbd
parent94837e2125fec8e75dceee91c09581b7be48309b (diff)
downloadsamba-89cd4674156ba5a62b8c9c4d943adc372ae576f7.tar.gz
samba-89cd4674156ba5a62b8c9c4d943adc372ae576f7.tar.bz2
samba-89cd4674156ba5a62b8c9c4d943adc372ae576f7.zip
Add nicer --help headers
(This used to be commit e56ab71f1237a71c6ad4f321ce1db4e9397efd73)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 96d936d3a8..627fad1572 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -669,11 +669,11 @@ static BOOL init_structs(void )
{"log-stdout", 'S', POPT_ARG_VAL, &log_stdout, True, "Log to stdout" },
{"build-options", 'b', POPT_ARG_NONE, NULL, 'b', "Print build options" },
{"port", 'p', POPT_ARG_STRING, &ports, 0, "Listen on the specified ports"},
+ POPT_COMMON_SAMBA
{NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debug},
{NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile},
{NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_socket_options},
{NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_log_base},
- {NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version},
{ NULL }
};