Let nonexistant files be passed on -f for init. - pee - Pee a password manager;Pee - because you have to...
 (HTM) git clone git://vernunftzentrum.de/pee.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 810c7d5e73663f7fa6094b2c446386665342693c
 (DIR) parent c95023b2fdc87ba95dc2a68f8a8aa4e31968d38e
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Thu, 21 Apr 2016 15:14:16 +0200
       
       Let nonexistant files be passed on -f for init.
       
       Diffstat:
         pee.scm                             |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/pee.scm b/pee.scm
       @@ -262,8 +262,7 @@
             "Use FILE as the database"
             (required #f)
             (single-char #\f)
       -     (value (required FILE)
       -            (predicate ,check-access)))
       +     (value (required FILE)))
            (merge
             "Merge their DB file into our DB file"
             (required #f)