partinfo: Fix usage message

Thanks to Göran Uddeborg for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-07-23 16:50:04 -04:00
parent ac24e62c4e
commit fe365fd8ef
1 changed files with 2 additions and 2 deletions

View 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);
}