From: Oleg Broytman Date: Sat, 3 Sep 2016 15:56:00 +0000 (+0300) Subject: Minor fix in docs X-Git-Tag: 0.0.1~2 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=6599c2a251c495b5e4adb846d937ba55c7a2d547 Minor fix in docs --- diff --git a/docs/index.rst b/docs/index.rst index 49cb311..927bddc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ example:: mysql-to-sql.py -o outfile.sql < infile.sql cat infile.sql | mysql-to-sql.py -o outfile.sql -But of course it simple can be:: +But of course it simply can be:: mysql-to-sql.py - outfile.sql < infile.sql cat infile.sql | mysql-to-sql.py - outfile.sql