Reported by: Mike Selnet via forums.freebsd.org
MFC after: 3 days
int ch;
bool quiet = false;
int ch;
bool quiet = false;
- while ((ch = getopt(argc, argv, "Cq")) != -1) {
+ while ((ch = getopt(argc, argv, "C:q")) != -1) {
switch (ch) {
case 'C':
cfg = optarg;
switch (ch) {
case 'C':
cfg = optarg;
bool quiet = false;
uid_t next;
bool quiet = false;
uid_t next;
- while ((ch = getopt(argc, argv, "Cq")) != -1) {
+ while ((ch = getopt(argc, argv, "C:q")) != -1) {
switch (ch) {
case 'C':
cfg = optarg;
switch (ch) {
case 'C':
cfg = optarg;