From 6920858108426a38596eb617b94053b316760de4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 16 Jun 2005 12:17:07 +0000 Subject: r7636: Docu for "net rpc share migrate security" is now valid. Guenther (This used to be commit a11bb4476c8607a497ed09d2411ee8ef3f458390) --- source3/utils/net_help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 713ef6b92b..7c7c583fa3 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -139,8 +139,8 @@ int net_help_share(int argc, const char **argv) "\n\tMigrates files from remote to local server\n\n" "net [] share MIGRATE SHARES [misc. options] [targets]" "\n\tMigrates shares from remote to local server\n\n" -/* "net [] share MIGRATE SECURITY [misc. options] [targets]" - "\n\tMigrates share-ACLs from remote to local server\n\n" */ + "net [] share MIGRATE SECURITY [misc. options] [targets]" + "\n\tMigrates share-ACLs from remote to local server\n\n" "net [] share MIGRATE ALL [misc. options] [targets]" "\n\tMigrates shares (including directories, files) from remote\n" "\tto local server\n\n" -- cgit