From 790d01cb2e9c04d0111b7a8c952596c496e69b38 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 23 Jun 2010 10:58:37 +0200 Subject: wbinfo: Document the deprecated sequence option correctly. I didn't find a way in popt to hide it. --- nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wbinfo.c') 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" }, -- cgit