mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-03 23:14:53 +08:00
partinfo: Fix usage message
Thanks to Göran Uddeborg for pointing this out. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
ac24e62c4e
commit
fe365fd8ef
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user