From: Kern Sibbald Date: Sun, 9 Nov 2014 15:13:00 +0000 (+0100) Subject: Fix upload error message X-Git-Tag: Release-7.2.0~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6ae1b0c65a621245fd018eeb748609e7b28ca62f;p=bacula%2Fdocs Fix upload error message --- diff --git a/docs/upload b/docs/upload index c02cb87d..e3406516 100755 --- a/docs/upload +++ b/docs/upload @@ -1,6 +1,6 @@ #!/bin/sh if [ $# != 1 ] ; then - echo "First argument must be language, e.g.: send en|es|de|fr" + echo "First argument must be language, e.g.: upload en|es|de|fr" echo " " exit 1 fi