From dec89a93229b14563b1c768097271169616eeae2 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 25 Mar 2008 12:00:42 +0100 Subject: Fix usage message for 'net idmap dump'. Karolin (This used to be commit c967b62dd3c924419fa4a72aa2143d6bef959d18) --- source3/utils/net_idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_idmap.c') 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 \n"\ + d_printf("net idmap dump \n"\ " Dump current id mapping\n"); d_printf("net idmap restore\n"\ -- cgit