From 9b1e5a71180f340a1f6327d53e68bb9b661ec894 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Jan 2005 01:19:02 +0000 Subject: r4972: Fix a warning and some debugging-outputs. Guenther (This used to be commit 1eabfa050b661168b42892c2d841c7891e59cf5f) --- source3/utils/net_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 328e134459..60206429b7 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -132,7 +132,7 @@ int net_help_share(int argc, const char **argv) "[misc. options] [targets]" "\n\tshows a list of all shares together with all users allowed to" "\n\taccess them. This needs the output of 'net usersidlist' on" - "\n\tstdin or in .\n" + "\n\tstdin or in .\n\n" "net [] share MIGRATE FILES [misc. options] [targets]" "\n\tMigrates files from remote to local server\n\n" "net [] share MIGRATE SHARES [misc. options] [targets]" -- cgit