projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb2750
)
maint: avoid "make syntax-check" failure
author
Jim Meyering
<meyering@redhat.com>
Tue, 7 Apr 2009 18:16:00 +0000
(20:16 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 7 Apr 2009 18:16:00 +0000
(20:16 +0200)
* src/install.c (main): Tweak syntax of new diagnostic.
src/install.c
patch
|
blob
|
history
diff --git
a/src/install.c
b/src/install.c
index
eb345a6
..
fd8f71e
100644
(file)
--- a/
src/install.c
+++ b/
src/install.c
@@
-531,8
+531,8
@@
main (int argc, char **argv)
break;
case PRESERVE_CONTEXT_OPTION_DEPRECATED:
- error (0, 0, _("WARNING: --preserve_context is deprecated
.
"
- "
Please use --preserve-context instead.
"));
+ error (0, 0, _("WARNING: --preserve_context is deprecated
;
"
+ "
use --preserve-context instead
"));
/* fall through */
case PRESERVE_CONTEXT_OPTION:
if ( ! selinux_enabled)