From 7ffc312b493d95389266be180d38b8a35584d6d9 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 25 Mar 2008 12:00:42 +0100 Subject: [PATCH] Fix usage message for 'net idmap dump'. Karolin (cherry picked from commit c967b62dd3c924419fa4a72aa2143d6bef959d18) --- source/utils/net_idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/net_idmap.c b/source/utils/net_idmap.c index 1f70dafcfe8..ba1ec82ac44 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"\ -- 2.11.4.GIT