summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-01-01 20:56:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-01-01 20:56:24 +0000
commit988eef69d60aa4575cafec2ba0d155e92ed18965 (patch)
tree4004a3a2753fc1ef5eba2e98c0ebff9a3e4b1c49 /usr.sbin
parent6b86c682427fcaea7e31266604b27f0cfc9a8452 (diff)
sync usage();
Diffstat (limited to 'usr.sbin')
-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 6d439f8ba7c..d6e8ee4a2c1 100644
--- a/usr.sbin/pkg_add/pkg_mklocatedb
+++ b/usr.sbin/pkg_add/pkg_mklocatedb
@@ -33,7 +33,7 @@ sub print_name
package main;
-set_usage('pkg_mklocatedb [-anPq] [-r release] [-p portstree ] [-s src] [-x X11src] [pkg-name [...]]');
+set_usage('pkg_mklocatedb [-anPq] [-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);