diff options
author | Günther Deschner <gd@samba.org> | 2005-06-16 12:17:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:18 -0500 |
commit | 6920858108426a38596eb617b94053b316760de4 (patch) | |
tree | 1d29330a66700acad76944f11bbfcb84f20e8c03 | |
parent | 75545d578eb8f3450021c8eec4b1158dd95f44ef (diff) | |
download | samba-6920858108426a38596eb617b94053b316760de4.tar.gz samba-6920858108426a38596eb617b94053b316760de4.tar.bz2 samba-6920858108426a38596eb617b94053b316760de4.zip |
r7636: Docu for "net rpc share migrate security" is now valid.
Guenther
(This used to be commit a11bb4476c8607a497ed09d2411ee8ef3f458390)
-rw-r--r-- | source3/utils/net_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 [<method>] share MIGRATE SHARES <sharename> [misc. options] [targets]" "\n\tMigrates shares from remote to local server\n\n" -/* "net [<method>] share MIGRATE SECURITY <sharename> [misc. options] [targets]" - "\n\tMigrates share-ACLs from remote to local server\n\n" */ + "net [<method>] share MIGRATE SECURITY <sharename> [misc. options] [targets]" + "\n\tMigrates share-ACLs from remote to local server\n\n" "net [<method>] share MIGRATE ALL <sharename> [misc. options] [targets]" "\n\tMigrates shares (including directories, files) from remote\n" "\tto local server\n\n" |