From 9f0e030958e089f05131a59fc25aa6add8bb0e37 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 18 Nov 2013 00:37:48 +0800 Subject: [PATCH] fix README.rst format --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index c5f9d7d..d028dea 100644 --- a/README.rst +++ b/README.rst @@ -125,6 +125,7 @@ Config File ``nvchecker`` supports a config file, which contains whatever you would give on commandline every time. This file is at ``~/.nvcheckerrc`` by default, and can be changed by the ``-c`` option. You can specify ``-c /dev/null`` to disable the default config file temporarily. A typical config file looks like this:: + --oldver ~/.nvchecker/versionlist.txt --newver ~/.nvchecker/versionlist_new.txt ``~`` and environmental variables will be expanded. Options given on commandline override those in a config file.