projects
/
xudo.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dcc7ed0
)
Strip an useless trailing semicolon
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 11:57:08 +0000
(12:57 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 11:57:08 +0000
(12:57 +0100)
xudo.sh
patch
|
blob
|
history
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() {
- 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:"