diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-02-18 18:43:59 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-02-18 18:43:59 +0000 |
commit | 5eb7b6113b8d4b59de5177e8b1485dc0c3ae19db (patch) | |
tree | 4749bbc3ddc07f5faa1d4e18194e2162d14ceb29 /source3/utils/status.c | |
parent | c536b88b2b71c264a1e31ada51e463fee5cb949b (diff) | |
download | samba-5eb7b6113b8d4b59de5177e8b1485dc0c3ae19db.tar.gz samba-5eb7b6113b8d4b59de5177e8b1485dc0c3ae19db.tar.bz2 samba-5eb7b6113b8d4b59de5177e8b1485dc0c3ae19db.zip |
Add -V option (to print out version) to utilities where possible
(pdbedit already has a -V option..)
(This used to be commit 5de622968d95c1436dbd34edc8d0a9bbff68916b)
Diffstat (limited to 'source3/utils/status.c')
-rw-r--r-- | source3/utils/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index 094dc0ff1c..8014b133d9 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -560,6 +560,7 @@ static int traverse_sessionid(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, vo #endif /* WITH_PROFILE */ {"byterange", 'B', POPT_ARG_NONE, &show_brl, 'B', "Include byte range locks"}, { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debug }, + { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version}, { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile }, { 0, 0, 0, 0} }; |