From 4c7d6b9be393f1f5697afe0671f15651ac6282f3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 09:25:58 +0000 Subject: [PATCH] Add some help for 'net rpc password'. Andrew Bartlett --- source/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c index eef3adbcb81..dddfec2255f 100644 --- a/source/utils/net_rpc.c +++ b/source/utils/net_rpc.c @@ -2610,6 +2610,7 @@ int net_rpc_usage(int argc, const char **argv) d_printf(" net rpc oldjoin \t\t\tto join a domain created in server manager\n\n\n"); d_printf(" net rpc testjoin \t\ttests that a join is valid\n"); d_printf(" net rpc user \t\t\tto add, delete and list users\n"); + d_printf(" net rpc password [] -Uadmin_username%%admin_pass"); d_printf(" net rpc group \t\tto list groups\n"); d_printf(" net rpc share \t\tto add, delete, and list shares\n"); d_printf(" net rpc file \t\t\tto list open files\n"); -- 2.11.4.GIT