From: Stefano Stabellini Date: Tue, 7 Apr 2015 11:27:32 +0000 (+0000) Subject: Make it clear that -i requires sudo X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a58f137691f7435dacd98a144c01041b5fb110bd;p=raisin.git Make it clear that -i requires sudo Signed-off-by: Stefano Stabellini --- diff --git a/raise.sh b/raise.sh index 518a233..a8bb23f 100755 --- a/raise.sh +++ b/raise.sh @@ -11,7 +11,7 @@ help() { echo " -n | --no-deps Do no install build-time dependencies" echo " -v | --verbose Verbose" echo " -y | --yes Do not ask questions and continue" - echo " -i | --install Install under / and configure the system" + echo " -i | --install Install under / and configure the system (needs sudo)" }