From fe365fd8eff51c474394e9c02c177121ff727510 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 23 Jul 2008 16:50:04 -0400 Subject: partinfo: Fix usage message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Göran Uddeborg for pointing this out. Signed-off-by: "Theodore Ts'o" --- misc/partinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/partinfo.c') diff --git a/misc/partinfo.c b/misc/partinfo.c index 4424c5eb..149a193b 100644 --- a/misc/partinfo.c +++ b/misc/partinfo.c @@ -37,8 +37,8 @@ int main(int argc, char **argv) #endif if (argc == 1) { fprintf(stderr, _("Usage: %s device...\n\nPrints out the " - "partition information for each given device.\n"), - "For example: %s /dev/hda\n\n", argv[0], argv[0]); + "partition information for each given device.\n" + "For example: %s /dev/hda\n\n"), argv[0], argv[0]); exit(1); } -- cgit v1.2.3