=
" up\t" "upload local file to remote ev3 brick\n"
" dl\t" "download remote file to local system\n"
" rm\t" "remove file on ev3 brick\n"
" ls\t" "list files. Standard value is '/'\n"
" info\t" "attempt a beep and print information about the connection\n"
" mkdir\t" "create directory. Relative to path of VM.\n"
" mkrbf\t" "create rbf (menu entry) file locally. Sensible upload paths are:\n"
"\t" "\t../prjs/BrkProg_SAVE/ Internal memory\n"
"\t" "\t../prjs/BrkProg_DL/ Internal memory\n"
"\t" "\t./apps/ Internal memory - Applicatios (3rd tab)\n"
"\t" "\t/media/card/myapps/ Memory card\n"
"\t" "\t/media/usb/myappps/ USB stick\n"
"run\t" "instruct the VM to run a rbf file\n"
"exec\t" "pass cmd to root shell. Handle with caution\n"
"wpa2\t" "connect to WPA-Network SSID, if pass isn't specified, read from stdin\n"
"tunnel\t" "connects stdout/stdin to the ev3 VM\n"