Loading Medicina/Misc/MedScripts/src/med-copy +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ print_help() { echo "`basename $0` v1.0" echo " " echo "Copy files from and toward the DISCOS system." echo "Usage: '`basename $0` [-t|--port portnumber] -r|--remote <projectid>@<gatein> -d|--download Source Destination" echo " '`basename $0` [-t|--port portnumber] -r|--remote <projectid>@<gatein> -u|--upload Source Destination" echo "Usage: '`basename $0` [-p|--port portnumber] -r|--remote <projectid>@<gatein> -d|--download Source Destination" echo " '`basename $0` [-p|--port portnumber] -r|--remote <projectid>@<gatein> -u|--upload Source Destination" echo " '`basename $0` -h|--help'" echo "-d | --download this allows to download files or folders from DISCOS to your local machine" echo "-h | --help prints this help message and exit" Loading Loading
Medicina/Misc/MedScripts/src/med-copy +2 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ print_help() { echo "`basename $0` v1.0" echo " " echo "Copy files from and toward the DISCOS system." echo "Usage: '`basename $0` [-t|--port portnumber] -r|--remote <projectid>@<gatein> -d|--download Source Destination" echo " '`basename $0` [-t|--port portnumber] -r|--remote <projectid>@<gatein> -u|--upload Source Destination" echo "Usage: '`basename $0` [-p|--port portnumber] -r|--remote <projectid>@<gatein> -d|--download Source Destination" echo " '`basename $0` [-p|--port portnumber] -r|--remote <projectid>@<gatein> -u|--upload Source Destination" echo " '`basename $0` -h|--help'" echo "-d | --download this allows to download files or folders from DISCOS to your local machine" echo "-h | --help prints this help message and exit" Loading