aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2011-09-22 10:04:58 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2011-09-22 10:04:58 +0200
commit4a421ffbbcfbe0868f9364d346e5ce519a65a0db (patch)
tree445de636481237fc0cb920e2443927ec4c08df87
parent62a92ca1aaaf537ea8a6001ca3dd2c26e4bf148b (diff)
downloadst-patched-4a421ffbbcfbe0868f9364d346e5ce519a65a0db.tar.bz2
st-patched-4a421ffbbcfbe0868f9364d346e5ce519a65a0db.tar.xz
st-patched-4a421ffbbcfbe0868f9364d346e5ce519a65a0db.zip
simplify version format.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 89fbee9..6594aa3 100644
--- a/st.c
+++ b/st.c
@@ -34,7 +34,7 @@
34#endif 34#endif
35 35
36#define USAGE \ 36#define USAGE \
37 "st-" VERSION ", (c) 2010-2011 st engineers\n" \ 37 "st " VERSION " (c) 2010-2011 st engineers\n" \
38 "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n" 38 "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n"
39 39
40/* XEMBED messages */ 40/* XEMBED messages */