diff options
-rw-r--r-- | source3/utils/net_ads.c | 2 | ||||
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 2efd470bbe..70e9e6cea8 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -847,7 +847,7 @@ int net_ads_printer_usage(int argc, const char **argv) { d_printf( "\nnet ads printer search <printer>" -"\n\tsearch for a printer in the directory" +"\n\tsearch for a printer in the directory\n" "\nnet ads printer info <printer> <server>" "\n\tlookup info in directory for printer on server" "\n\t(note: printer defaults to \"*\", server defaults to local)\n" diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 1a1d76b09a..a6e4c61d45 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -4316,7 +4316,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 <username> [<password>] -Uadmin_username%%admin_pass"); + d_printf(" net rpc password <username> [<password>] -Uadmin_username%%admin_pass\n"); d_printf(" net rpc group \t\tto list groups\n"); d_printf(" net rpc share \t\tto add, delete, list and migrate shares\n"); d_printf(" net rpc printer \t\tto list and migrate printers\n"); |