CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/01 05:47:36
Modified files:
usr.sbin/vmctl : main.c
Log message:
Fix previous extra arguments commit
I blatantly missed the argc/argv adjustments after getopt(3), resulting in
valid commands like `vmctl create a -s 1G' to fail.
Noticed by ajacoutot the hard way.
OK ajacoutot jca
