Skip to content
Snippets Groups Projects
Unverified Commit 49e8f2bd authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

Update med-copy

Fixed a typo in command synopsis
parent 339f520c
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ print_help() { ...@@ -5,8 +5,8 @@ print_help() {
echo "`basename $0` v1.0" echo "`basename $0` v1.0"
echo " " echo " "
echo "Copy files from and toward the DISCOS system." 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 "Usage: '`basename $0` [-p|--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 " '`basename $0` [-p|--port portnumber] -r|--remote <projectid>@<gatein> -u|--upload Source Destination"
echo " '`basename $0` -h|--help'" echo " '`basename $0` -h|--help'"
echo "-d | --download this allows to download files or folders from DISCOS to your local machine" 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" echo "-h | --help prints this help message and exit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment