aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-30 10:20:10 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-30 10:20:10 +0000
commit5f1b3c5e30343be351bba017acc61ae3af828e25 (patch)
tree48884001ae50ea819fe025ea0f22dbb853ad67f6
parentb9c33b6e1a21b9f77300bfbdee0cb9f23b32db55 (diff)
downloaddzen-5f1b3c5e30343be351bba017acc61ae3af828e25.tar.gz
dzen-5f1b3c5e30343be351bba017acc61ae3af828e25.zip
fixed help string
git-svn-id: http://dzen.googlecode.com/svn/trunk@212 f2baff5b-bf2c-0410-a398-912abdc3d8b2
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index db4eb7b..a6ed882 100644
--- a/main.c
+++ b/main.c
@@ -847,11 +847,12 @@ main(int argc, char *argv[]) {
}
#endif
else if(!strncmp(argv[i], "-v", 3))
- eprint("dzen-"VERSION", (C)opyright 2007 Robert Manea\n");
+ eprint("dzen-"VERSION", (C)opyright 2007-2008 Robert Manea\n");
else
eprint("usage: dzen2 [-v] [-p [seconds]] [-m [v|h]] [-ta <l|c|r>] [-sa <l|c|r>]\n"
- " [-geometry <g>] [-x <pixel>] [-y <pixel>] [-w <pixel>] [-tw <pixel>] [-u] \n"
+ " [-x <pixel>] [-y <pixel>] [-w <pixel>] [-tw <pixel>] [-u]\n"
" [-e <string>] [-l <lines>] [-fn <font>] [-bg <color>] [-fg <color>]\n"
+ " [-geometry <geometry string>] [-expand <left|both|right>]\n"
#ifdef DZEN_XINERAMA
" [-xs <screen>]\n"
#endif