diff options
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r-- | source3/utils/net_help.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 16db55480e..941baf3378 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -123,6 +123,9 @@ int net_help_idmap(int argc, const char **argv) d_printf("net idmap dump filename"\ "\n Dump current id mapping\n"); + d_printf("net idmap restore"\ + "\n Restore entries from stdin to current local idmap\n"); + return -1; } |