]> git.phdru.name Git - dotfiles.git/commitdiff
.sqliterc: fix mode name
authorOleg Broytman <phd@phdru.name>
Mon, 28 Mar 2016 19:43:12 +0000 (22:43 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 28 Mar 2016 19:43:12 +0000 (22:43 +0300)
.sqliterc

index ae368dc5da544026b03225dacf4a27ad5df73051..7157c561e0c406c8c6fdedd2987e80aea0a70585 100644 (file)
--- a/.sqliterc
+++ b/.sqliterc
@@ -1,6 +1,6 @@
 .output /dev/null
 .headers on
-.mode columns
+.mode column
 .nullvalue NULL
 .timer on
 PRAGMA cache_size=500000;