]> xenbits.xensource.com Git - people/sstabellini/raisin.git/commitdiff
Make it clear that -i requires sudo
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 7 Apr 2015 11:27:32 +0000 (11:27 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 7 Apr 2015 11:33:57 +0000 (11:33 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
raise.sh

index 518a2337b57bb538a18e7770acf69f897db2e4df..a8bb23fccce09b23f12ec3a9847161a4c79fe789 100755 (executable)
--- 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)"
 }