summaryrefslogtreecommitdiffstats
path: root/tabbed.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-01-21 19:43:40 +0100
committerChristoph Lohmann <20h@r-36.net>2014-01-21 19:43:40 +0100
commit7a15235114cb84af462776e6f908ffdc3e077652 (patch)
treeea012fb6662dc5e53474eee7270197d304eded78 /tabbed.c
parent53a43774db126e04558ebdd576f378d27ed1e166 (diff)
downloadtabbed-7a15235114cb84af462776e6f908ffdc3e077652.tar.gz
Adding conforming documentation of the commandline color support.
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tabbed.c b/tabbed.c
index d30206b..2c388ee 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -1240,11 +1240,6 @@ main(int argc, char *argv[]) {
case 's':
doinitspawn = False;
break;
- case 'v':
- die("tabbed-"VERSION", © 2009-2012"
- " tabbed engineers, see LICENSE"
- " for details.\n");
- break;
case 't':
selbgcolor = EARGF(usage());
break;
@@ -1257,6 +1252,11 @@ main(int argc, char *argv[]) {
case 'U':
normfgcolor = EARGF(usage());
break;
+ case 'v':
+ die("tabbed-"VERSION", © 2009-2012"
+ " tabbed engineers, see LICENSE"
+ " for details.\n");
+ break;
default:
case 'h':
usage();