diff options
Diffstat (limited to 'bin/vm')
| -rwxr-xr-x | bin/vm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ vftool_tty() { grep -om 1 '\/dev\/tty.*' 'vftool.log'; } # Main starts here. dir="$HOME/.vm" -Cmdlist='add console del edit info help ls log start stop version' +Cmdlist='add console del edit info init_vftool help ls log start stop version' [ "$1" ] && C=$1 && shift 1 || { help; exit 1; } for c in $Cmdlist; do case $c in |
