partinfo: Fix usage message

Thanks to Göran Uddeborg for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/misc/partinfo.c b/misc/partinfo.c
index 4424c5e..149a193 100644
--- a/misc/partinfo.c
+++ b/misc/partinfo.c
@@ -37,8 +37,8 @@
 #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);
 	}