projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3b9190e
)
ldconfig(8): Remove -s from usage(), too.
author
Sascha Wildner <saw@online.de>
Thu, 18 Oct 2012 12:22:38 +0000 (14:22 +0200)
committer
Sascha Wildner <saw@online.de>
Thu, 18 Oct 2012 12:22:38 +0000 (14:22 +0200)
sbin/ldconfig/ldconfig.c
patch
|
blob
|
blame
|
history
diff --git
a/sbin/ldconfig/ldconfig.c
b/sbin/ldconfig/ldconfig.c
index
86d5337
..
f7287c9
100644
(file)
--- a/
sbin/ldconfig/ldconfig.c
+++ b/
sbin/ldconfig/ldconfig.c
@@
-112,6
+112,6
@@
static void
usage(void)
{
fprintf(stderr,
- "usage: ldconfig [-elf] [-Rimrs] [-f hints_file] [dir | file ...]\n");
+ "usage: ldconfig [-elf] [-Rimr] [-f hints_file] [dir | file ...]\n");
exit(1);
}