summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-25 14:28:50 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-25 14:29:07 +0100
commit60b2da934adff81d1a76417294f98a5f11ed83b9 (patch)
tree94e0c9bf9547d7fbd7a48bf28be4fffd0e7fc5b1
parentab4cb2153615fdf9810de8602a300e0d0f058832 (diff)
downloadjt-60b2da934adff81d1a76417294f98a5f11ed83b9.tar.gz
Change default of --layout to ct
This is more useful for other people than myself.
-rwxr-xr-xjt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jt b/jt
index da86ac5..a60b34e 100755
--- a/jt
+++ b/jt
@@ -54,7 +54,7 @@ class JournalTool(cliapp.Application):
self.settings.choice(
['layout'],
- ['liw', 'ct'],
+ ['ct', 'liw'],
'use journal layout (one of liw, ct)',
metavar='LAYOUT')