Whamcloud - gitweb
partinfo: Fix usage message
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 Jul 2008 20:50:04 +0000 (16:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 Jul 2008 20:50:40 +0000 (16:50 -0400)
Thanks to Göran Uddeborg for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/partinfo.c

index 4424c5e..149a193 100644 (file)
@@ -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);
        }