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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"