simplify version format. - st - Simple Terminal
Log
Files
Refs
README
LICENSE
---
commit 9d613092d6698ef41cb7492cdb3214ee9a5ab4d7
parent 4bd087766f16bd541a1aebd0b0348ecc5fe9b94c
Author: Aurélien Aptel 
Date:   Thu, 22 Sep 2011 10:04:58 +0200

simplify version format.

Diffstat:
  st.c                                |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
@@ -34,7 +34,7 @@
 #endif
 
 #define USAGE \
-        "st-" VERSION ", (c) 2010-2011 st engineers\n" \
+        "st " VERSION " (c) 2010-2011 st engineers\n" \
         "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n"
 
 /* XEMBED messages */