From: Mark Wooding Date: Fri, 7 Jul 2017 10:01:40 +0000 (+0100) Subject: check-bkp-status.in: Force `sqlite3' output options to be correct. X-Git-Tag: 1.1.1~2 X-Git-Url: https://git.distorted.org.uk/~mdw/rsync-backup/commitdiff_plain/fafa928807d4d6ffb514bc47a9173b6a757a473c?hp=fafa928807d4d6ffb514bc47a9173b6a757a473c check-bkp-status.in: Force `sqlite3' output options to be correct. If the user has a `.sqlite3' file which overrides the default output options (quite likely, because the default format is rather ugly) then `check-bkp-status' gets very confused. So add a bunch of options: * `-batch' suppresses the annoying `Loading resources from HOME/.sqliterc' banner; * `-list' forces thing-separated items rather than tabulated output; * `-separator |' sets the thing which separates items; and * `-noheader' suppresses the column headings. Honestly there ought to be a `-norc' option, but there isn't. ---