Page MenuHomeFreeBSD

D50163.diff
No OneTemporary

D50163.diff

diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -1164,7 +1164,7 @@
{ "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':

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 23, 10:34 AM (1 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35399044
Default Alt Text
D50163.diff (371 B)

Event Timeline