summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-23 10:58:37 +0200
committerAndreas Schneider <asn@samba.org>2010-06-23 11:01:58 +0200
commit790d01cb2e9c04d0111b7a8c952596c496e69b38 (patch)
treec735b69d9cb55d7f42eb39c019b22c55508e79e0 /nsswitch/wbinfo.c
parent7f8b3a26ecb657bb3c818f2b295648a56c093788 (diff)
downloadsamba-790d01cb2e9c04d0111b7a8c952596c496e69b38.tar.gz
samba-790d01cb2e9c04d0111b7a8c952596c496e69b38.tar.bz2
samba-790d01cb2e9c04d0111b7a8c952596c496e69b38.zip
wbinfo: Document the deprecated sequence option correctly.
I didn't find a way in popt to hide it.
Diffstat (limited to 'nsswitch/wbinfo.c')
-rw-r--r--nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index 3c1db8bf03..a277ede75b 100644
--- a/nsswitch/wbinfo.c
+++ b/nsswitch/wbinfo.c
@@ -2001,7 +2001,7 @@ int main(int argc, char **argv, char **envp)
{ "trusted-domains", 'm', POPT_ARG_NONE, 0, 'm', "List trusted domains" },
{ "all-domains", 0, POPT_ARG_NONE, 0, OPT_LIST_ALL_DOMAINS, "List all domains (trusted and own domain)" },
{ "own-domain", 0, POPT_ARG_NONE, 0, OPT_LIST_OWN_DOMAIN, "List own domain" },
- { "sequence", 0, POPT_ARG_NONE, 0, OPT_SEQUENCE, "Show sequence numbers of all domains" },
+ { "sequence", 0, POPT_ARG_NONE, 0, OPT_SEQUENCE, "Deprecated command, see --online-status" },
{ "online-status", 0, POPT_ARG_NONE, 0, OPT_ONLINESTATUS, "Show whether domains are marked as online or offline"},
{ "domain-info", 'D', POPT_ARG_STRING, &string_arg, 'D', "Show most of the info we have about the domain" },
{ "user-info", 'i', POPT_ARG_STRING, &string_arg, 'i', "Get user info", "USER" },