* util/grub-mkrelpath.c (usage): Remove excess apostrophe.
This commit is contained in:
parent
96779aec8e
commit
c0f48e654d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-05-20 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-mkrelpath.c (usage): Remove excess apostrophe.
|
||||
|
||||
2010-05-20 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/misc.c: Move inclusion of <limits.h> to ...
|
||||
|
|
|
@ -41,7 +41,7 @@ usage (int status)
|
|||
printf ("\
|
||||
Usage: %s [OPTIONS] PATH\n\
|
||||
\n\
|
||||
Make a system path relative to it's root.\n\
|
||||
Make a system path relative to its root.\n\
|
||||
\n\
|
||||
Options:\n\
|
||||
-h, --help display this message and exit\n\
|
||||
|
|
Loading…
Reference in a new issue