diff options
author | 2019-05-29 21:32:43 +0000 | |
---|---|---|
committer | 2019-05-29 21:32:43 +0000 | |
commit | bd4b76f8bf7d2ecdff4c441cb97ece9ad94422c4 (patch) | |
tree | 07a6567878580577c1843f6720b98352521b3b08 /lib/libc | |
parent | Use VIS_CSTYLE for the arguments and add the missing escapes it can (diff) | |
download | wireguard-openbsd-bd4b76f8bf7d2ecdff4c441cb97ece9ad94422c4.tar.xz wireguard-openbsd-bd4b76f8bf7d2ecdff4c441cb97ece9ad94422c4.zip |
Change vmctl(8) syntax: command options before the disk/name/id argument.
vmctl had a CLI-style syntax (bgpctl-style) for a short time but I
changed it back to a more suitable getopt syntax. I replaced the CLI
tokens to getopts flags but didn't consider swapping the order of
command options and arguments to be more UNIX-like again ("vmctl
create disk.img size 10G" simply became "vmctl create disk.img -s 10G").
This changes "create", "start", and "stop" commands to the commonly
expected syntax like "vmctl create -s 10G disk.img".
Requested by many
OK mlarkin@ kn@ solene@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions