diff options
-rwxr-xr-x | kvmx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -409,6 +409,7 @@ function kvmx_usage { echo -e "\t$BASENAME list" echo -e "\t$BASENAME init <machine> [folder]" echo -e "\t$BASENAME clone <orig-guest> <dest-folder>" + echo -e "\t$BASENAME ssh <machine> -X firefox" echo "" local list="`kvmx_list`" |