From 0742ce4ae59c27ef931eb80e24d7955ff3ef27e5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 9 Dec 2010 23:00:33 +0100 Subject: [PATCH] partx: tiny change in usage() Signed-off-by: Karel Zak --- partx/partx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partx/partx.c b/partx/partx.c index 2b0bc996..031b285e 100644 --- a/partx/partx.c +++ b/partx/partx.c @@ -594,7 +594,7 @@ static int __attribute__((__noreturn__)) usage(FILE *out) fprintf(out, _( "\nUsage:\n" - " %s [-a|-d|-s] [--nr | ] \n"), + " %s [-a|-d|-s] [--nr | ] \n"), program_invocation_short_name); fprintf(out, _( -- 2.39.5