From cfeab0e1e4455f20e19610475b0e153b7e51f7ff96cf24d2212b409b49c0d3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 6 Apr 2011 19:33:11 +0000 Subject: [PATCH] fix error message OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-extract_file?expand=0&rev=4 --- extract_file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_file b/extract_file index af91099..dc6900e 100644 --- a/extract_file +++ b/extract_file @@ -39,7 +39,7 @@ if [ -z "$MYARCHIVE" ]; then exit 1 fi if [ -z "$MYFILES" ]; then - echo "ERROR: no checkout URL is given via --url parameter!" + echo "ERROR: no checkout URL is given via --file parameter!" exit 1 fi if [ -z "$MYOUTDIR" ]; then