Author :
kn
Date :
2019-10-27 08:59:48
Hash :0f0fb1d3 Message :Require at least one interface with -i
Either a positive count is given or -i is omitted entirely; vm.conf(5) does
not allow interface configuration that results in zero interfaces either.
Raise the minimium count value to one and tell more about invalid counts
with the usual strtonum(3) idiom.
OK reyk