summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-09-29 09:56:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:50 -0500
commit4886d6663d7479978e2c395602392accb5939fa0 (patch)
treef8f40cf02a03d516a79dbf95bd8b2cc667a393ad /source/utils
parent8ec28d613d6dcade135b314c6764fbafcc8ed79c (diff)
downloadsamba-4886d6663d7479978e2c395602392accb5939fa0.tar.gz
samba-4886d6663d7479978e2c395602392accb5939fa0.tar.xz
samba-4886d6663d7479978e2c395602392accb5939fa0.zip
r2746: Fix typos in net's usage-output.
Guenther
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_ads.c2
-rw-r--r--source/utils/net_rpc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index 2efd470bbe7..70e9e6cea80 100644
--- a/source/utils/net_ads.c
+++ b/source/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/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 1a1d76b09a0..a6e4c61d459 100644
--- a/source/utils/net_rpc.c
+++ b/source/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");