aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@freebsdfoundation.org>2025-05-05 08:03:08 +0000
committerEd Maste <emaste@FreeBSD.org>2025-05-05 15:52:08 +0000
commit73ba568b1c35aabc1682540b5b4d5d77220c5468 (patch)
treeebfbd521cea82580c89dac6e99d172cdcb38a476 /usr.sbin/pkg
parentf5fb3d441e15aff0f6622c103d306ab186b96f08 (diff)
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index b62eecfc6dce..7899fbaeaf09 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -1164,7 +1164,7 @@ main(int argc, char *argv[])
{ "yes", no_argument, NULL, 'y' },
{ NULL, 0, NULL, 0 },
};
- while ((ch = getopt_long(argc, argv, "+y",
+ while ((ch = getopt_long(argc, argv, "+:y",
sub_longopts, NULL)) != -1) {
switch (ch) {
case 'y':