From 5a1bdeb3f21cdb3d72c1214c8f66f1fe20138fbe Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 26 Oct 2009 12:47:53 +0000 Subject: [PATCH] Added default filename value to Config.{save,restore} --- projects/moogle/index.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/moogle/index.mdwn b/projects/moogle/index.mdwn index 981b8b4..feb3efa 100644 --- a/projects/moogle/index.mdwn +++ b/projects/moogle/index.mdwn @@ -115,9 +115,10 @@ but probably you'll want to limit based on some property of the each item. Comm Moogle now supports the saving and restoring of configuration to and from the file `~/.moogle/config` in [YaML][]. Moogle will load an existing config file -during initialisation, to create a config file run `Config.save([filename])`, -and to run a new config run `Config.restore([filename])`. The default -configuration looks like: +during initialisation, to create a config file run +`Config.save(filename="~/.moogle/config")`, and to run a new config run +`Config.restore(filename="~/.moogle/config")`. The default configuration looks + like: browser: x-www-browser headers: -- 2.19.0