summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2013-08-26 17:25:17 -0400
committergrabner <pjg.github@ubergrabner.net>2013-08-26 17:25:17 -0400
commit8e01a59b53c7497ba0656bb6658fb11f878a1e8d (patch)
treea33da7aa730cd591ece69f1f1fbc113e0cc93f83
parent2028d677c44e7b3cf29e1ae8fce4f58ffbe65e04 (diff)
downloadiniherit-8e01a59b53c7497ba0656bb6658fb11f878a1e8d.tar.gz
corrected rst code-block type
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index eccd17b..d418356 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,7 @@ an effect.
The command-line program `iniherit` allows flattening of INI files
(i.e. collapsing all inheritance rules), optionally in "watch" mode:
-.. code-block:: shell
+.. code-block:: bash
$ iniherit --watch --interval 2 --verbose input.ini output.ini
INFO:iniherit.cli:"source.ini" changed; updating output...
@@ -84,7 +84,7 @@ Installation
Install iniherit via your favorite PyPI package manager works as
follows:
-.. code-block:: shell
+.. code-block:: bash
$ pip install iniherit