Strip an useless trailing semicolon
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 11:57:08 +0000 (12:57 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 11:57:08 +0000 (12:57 +0100)
xudo.sh

diff --git a/xudo.sh b/xudo.sh
index 5a2735a..17b488a 100755 (executable)
--- a/xudo.sh
+++ b/xudo.sh
@@ -26,7 +26,7 @@
 set -e
 
 usage() {
 set -e
 
 usage() {
-  echo "usage: $(basename $0) [OPTION]... <sudo_options>";
+  echo "usage: $(basename $0) [OPTION]... <sudo_options>"
   echo "Execute a command as another user, with access to the X display"
   echo
   echo "List of OPTIONs:"
   echo "Execute a command as another user, with access to the X display"
   echo
   echo "List of OPTIONs:"