Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac24e62
)
partinfo: Fix usage message
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 23 Jul 2008 20:50:04 +0000
(16:50 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/partinfo.c
b/misc/partinfo.c
index
4424c5e
..
149a193
100644
(file)
--- 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);
}