From: Karolin Seeger Date: Tue, 25 Mar 2008 11:00:42 +0000 (+0100) Subject: Fix usage message for 'net idmap dump'. X-Git-Tag: samba-3.3.0pre1~3130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c967b62dd3c924419fa4a72aa2143d6bef959d18;p=thirdparty%2Fsamba.git Fix usage message for 'net idmap dump'. Karolin --- diff --git a/source/utils/net_idmap.c b/source/utils/net_idmap.c index 7ac2a82f6e2..f0c3e56ef36 100644 --- a/source/utils/net_idmap.c +++ b/source/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 \n"\ + d_printf("net idmap dump \n"\ " Dump current id mapping\n"); d_printf("net idmap restore\n"\