From: Antonio Ospite Date: Mon, 18 Mar 2013 16:43:15 +0000 (+0100) Subject: Better wording in a comment X-Git-Url: https://git.ao2.it/xudo.git/commitdiff_plain/eaed0fbc27dcba6de96937f2443366ac879309c5 Better wording in a comment --- diff --git a/xudo.sh b/xudo.sh index 17e54ed..7dc3b3f 100755 --- a/xudo.sh +++ b/xudo.sh @@ -74,5 +74,5 @@ id $USERNAME > /dev/null || { echo "Invalid user." 1>&2; exit 1; } xauth extract - $DISPLAY | sudo -u "$USERNAME" xauth merge - # Execute the command. -# NOTE: -i or -s have to be passed in order to open a shell +# NOTE: -i or -s can be passed in order to open a shell sudo DISPLAY="$DISPLAY" -u "$USERNAME" "$@"