summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_mklocatedb
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-05-16 22:01:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-05-16 22:01:28 +0000
commit372bdd10502454ce1e1c461bf0a99d6fafb99f4c (patch)
tree4a90189877b33babbd919ae09156710a8269d2ae /usr.sbin/pkg_add/pkg_mklocatedb
parent009e02060654a596ae4a574b19c148d2d6404283 (diff)
- sort usage()
- use .Bk/.Ek to avoid ugly SYNOPSIS split
Diffstat (limited to 'usr.sbin/pkg_add/pkg_mklocatedb')
-rw-r--r--usr.sbin/pkg_add/pkg_mklocatedb2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_mklocatedb b/usr.sbin/pkg_add/pkg_mklocatedb
index 52dc3454b9b..6304a2bd8cc 100644
--- a/usr.sbin/pkg_add/pkg_mklocatedb
+++ b/usr.sbin/pkg_add/pkg_mklocatedb
@@ -34,7 +34,7 @@ sub print_name
package main;
-set_usage('pkg_mklocatedb [-anPq] [-p portsdir] [-d repository] [-r release] [-s src] [-x X11src] [pkg-name [...]]');
+set_usage('pkg_mklocatedb [-anPq] [-d repository] [-p portsdir] [-r release] [-s src] [-x X11src] [pkg-name [...]]');
our ($opt_a, $opt_n, $opt_q, $opt_s, $opt_x, $opt_r, $opt_p, $opt_P, $opt_d);