From eaed0fbc27dcba6de96937f2443366ac879309c5 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 18 Mar 2013 17:43:15 +0100 Subject: [PATCH] Better wording in a comment --- xudo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "$@" -- 2.1.4