diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-31 15:08:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-31 15:08:23 +0000 |
commit | 6ff011df528f569831f48f4c23dc820a9552b33c (patch) | |
tree | bf477bc25ab99018cd28b9ff192223164f87915c /libexec/ld.so/ldconfig/ldconfig.c | |
parent | 97d07f2f60ee19928b25722bfc914dc7e3183ff8 (diff) |
sort options and sync usage()
Diffstat (limited to 'libexec/ld.so/ldconfig/ldconfig.c')
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/ldconfig.c b/libexec/ld.so/ldconfig/ldconfig.c index 5072604efac..34eef3fdfda 100644 --- a/libexec/ld.so/ldconfig/ldconfig.c +++ b/libexec/ld.so/ldconfig/ldconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldconfig.c,v 1.16 2004/08/14 03:08:24 drahn Exp $ */ +/* $OpenBSD: ldconfig.c,v 1.17 2005/12/31 15:08:22 jmc Exp $ */ /* * Copyright (c) 1993,1995 Paul Kranenburg @@ -113,7 +113,7 @@ main(int argc, char *argv[]) break; default: fprintf(stderr, - "usage: %s [-RUmrsv] [dir ...]\n", __progname); + "usage: %s [-mRrsUv] [dir ...]\n", __progname); exit(1); break; } |