diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-23 10:58:37 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-06-23 11:01:58 +0200 |
commit | 790d01cb2e9c04d0111b7a8c952596c496e69b38 (patch) | |
tree | c735b69d9cb55d7f42eb39c019b22c55508e79e0 /nsswitch | |
parent | 7f8b3a26ecb657bb3c818f2b295648a56c093788 (diff) | |
download | samba-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')
-rw-r--r-- | nsswitch/wbinfo.c | 2 |
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" }, |