aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-28 14:50:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-28 14:50:23 -0300
commit0e2f59bf9fe904d5f299b6a4c14e3df8f130fb06 (patch)
treee3f90d2b2ed1dc65aed84e2feb887fc01ce92f90
parent98600325b2f7b55a7b39cd6e8a00f9224b113f11 (diff)
downloadkvmx-0e2f59bf9fe904d5f299b6a4c14e3df8f130fb06.tar.gz
kvmx-0e2f59bf9fe904d5f299b6a4c14e3df8f130fb06.tar.bz2
Adds ssh -X example
-rwxr-xr-xkvmx1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 840de3a..91029a4 100755
--- a/kvmx
+++ b/kvmx
@@ -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`"