aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 4e9dd92..30924d7 100644
--- a/README.rst
+++ b/README.rst
@@ -39,11 +39,15 @@ Checking Codes
.. code-block:: shell
- $ nitrous check <path/to/codes.txt>
+ $ nitrous check
-The path to your codes.txt may be any specified path as long as the file exists.
+The previous command (without any specified codes file) will run the check
+routine on a default file value of `./nitrous/codes.txt`. If you would like to
+override this behaviour, specify your file after the subcommand;
-The
+.. code-block:: shell
+
+ $ nitrous check /path/to/codes.txt
Notes
-----