Fix usage message for 'net idmap dump'.
authorKarolin Seeger <kseeger@samba.org>
Tue, 25 Mar 2008 11:00:42 +0000 (12:00 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 25 Mar 2008 11:00:42 +0000 (12:00 +0100)
Karolin
(This used to be commit c967b62dd3c924419fa4a72aa2143d6bef959d18)

source3/utils/net_idmap.c

index 7ac2a82f6e2f5ff8cd8aa041556f797891a4ed69..f0c3e56ef365da6b9836d21a8a812ae56c8d55b2 100644 (file)
@@ -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"\