From: Antonio Ospite Date: Tue, 5 Mar 2013 11:57:08 +0000 (+0100) Subject: Strip an useless trailing semicolon X-Git-Url: https://git.ao2.it/xudo.git/commitdiff_plain/245d24cb8077b4a902055a3e623492ef1e1945fe Strip an useless trailing semicolon --- diff --git a/xudo.sh b/xudo.sh index 5a2735a..17b488a 100755 --- a/xudo.sh +++ b/xudo.sh @@ -26,7 +26,7 @@ set -e usage() { - echo "usage: $(basename $0) [OPTION]... "; + echo "usage: $(basename $0) [OPTION]... " echo "Execute a command as another user, with access to the X display" echo echo "List of OPTIONs:"