From 676aa559fe80a50e9d0398d80aabc6d4e41db09e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 29 Sep 2004 09:56:35 +0000 Subject: [PATCH] r2746: Fix typos in net's usage-output. Guenther (This used to be commit 4886d6663d7479978e2c395602392accb5939fa0) --- source3/utils/net_ads.c | 2 +- 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 2efd470bbe7..70e9e6cea80 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 " -"\n\tsearch for a printer in the directory" +"\n\tsearch for a printer in the directory\n" "\nnet ads printer info " "\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 1a1d76b09a0..a6e4c61d459 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 [] -Uadmin_username%%admin_pass"); + d_printf(" net rpc 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"); -- 2.34.1