From: Antti Kantee Date: Wed, 4 Nov 2015 13:49:13 +0000 (+0000) Subject: rumprun: adjust copypasteware in error messages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d8ba6ab6f4d491f5092c239acbbc743b5fc93596;p=osstest%2Frumprun.git rumprun: adjust copypasteware in error messages --- diff --git a/app-tools/rumprun b/app-tools/rumprun index 9f1aac3..8809ceb 100644 --- a/app-tools/rumprun +++ b/app-tools/rumprun @@ -801,29 +801,29 @@ make_ec2 () parse_blkspec "${OPTARG}" || usage ;; d) - die -d not supported on iso + die -d not supported on ec2 ;; D) - die -D not supported on iso + die -D not supported on ec2 ;; e) json_append_ln "\"env\": \"${OPTARG}\"" ;; i) - die -i not supported on iso + die -i not supported on ec2 ;; I) createif_ec2 "${OPTARG}" || usage nindex=$(expr $nindex + 1) ;; M) - die -M not supported on iso + die -M not supported on ec2 ;; N) opt_name=${OPTARG} ;; p) - die -p not supported on iso + die -p not supported on ec2 ;; W) parse_newnetspec "${OPTARG}" || usage