From 245d24cb8077b4a902055a3e623492ef1e1945fe Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Tue, 5 Mar 2013 12:57:08 +0100
Subject: [PATCH] Strip an useless trailing semicolon

---
 xudo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]... <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:"
-- 
2.1.4