diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-03-25 12:00:42 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-03-25 12:00:42 +0100 |
commit | dec89a93229b14563b1c768097271169616eeae2 (patch) | |
tree | 07406311f4cb4db4dea7df0bddc75172d5abe071 /source3 | |
parent | 055224640b6e0804b99f0c2d7f6747079ed4f364 (diff) | |
download | samba-dec89a93229b14563b1c768097271169616eeae2.tar.gz samba-dec89a93229b14563b1c768097271169616eeae2.tar.bz2 samba-dec89a93229b14563b1c768097271169616eeae2.zip |
Fix usage message for 'net idmap dump'.
Karolin
(This used to be commit c967b62dd3c924419fa4a72aa2143d6bef959d18)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 7ac2a82f6e..f0c3e56ef3 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -270,7 +270,7 @@ static int net_idmap_secret(int argc, const char **argv) int net_help_idmap(int argc, const char **argv) { - d_printf("net idmap dump <outputfile>\n"\ + d_printf("net idmap dump <inputfile>\n"\ " Dump current id mapping\n"); d_printf("net idmap restore\n"\ |