summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-05-21 09:21:01 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-05-21 09:21:01 +0200
commitb99eda48f955983a14aa89fdc5ed7ec656e84c36 (patch)
tree3065e0ce675a968e7b9c17bbc050c3d27f075a86
parent9522f2d6cc19f5ddd6558da84c48dfeb910c7fa0 (diff)
downloadkittystore-b99eda48f955983a14aa89fdc5ed7ec656e84c36.tar.gz
kittystore-b99eda48f955983a14aa89fdc5ed7ec656e84c36.tar.xz
kittystore-b99eda48f955983a14aa89fdc5ed7ec656e84c36.zip
Small typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 52fb315..45160bb 100644
--- a/README.rst
+++ b/README.rst
@@ -38,5 +38,5 @@ Load the database:
the runs)
Alternatively, to load the data you may want to do something like:
- for i in lists/devel-*; do python to_sqldb.py $i; done;
+ for i in lists/devel-*; do python to_sqldb.py devel $i; done;