diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-03-06 16:58:38 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-03-06 16:58:38 +0100 |
| commit | 9aa9c25a4d2ced1ea41d1d981b3fad9fe28a17a6 (patch) | |
| tree | 7989d5c3833d3b0ee0df9db6420b20d5bd98b94e /bin/vm | |
| parent | bcc866236cca05f6caf78a6c3d93a63c9bf19f7c (diff) | |
update
Diffstat (limited to 'bin/vm')
| -rwxr-xr-x | bin/vm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ die() { echo "$0: fatal: $@" >&2; exit 1; } help() { usage 'help' 'Print this help text' && return - printf "$vm_version\nUsage: vm command [options] [args]\n" + echo "$vm_version +Manage virtual machines +Usage: vm command [options] [args]" Opth=1; for c in $Cmdlist; do $c; done } |
