X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Findex.rst;h=8b73c1a1e1061394776a39d01c7859b81d506be7;hb=06c8b16824855cf8fa4a92abc1eb0b8580079124;hp=927bddc299dea79f10ab34e84ae9a55956615d18;hpb=5f36187c0c85a4a713086d2d0f006edcf2f09312;p=sqlconvert.git diff --git a/docs/index.rst b/docs/index.rst index 927bddc..8b73c1a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,12 +20,12 @@ The program is in its initial phase and currently cannot do much. Command line ------------ -mysql-to-sql.py -~~~~~~~~~~~~~~~ +mysql2sql +~~~~~~~~~ Usage:: - mysql-to-sql.py [-e encoding] [-E output_encoding] [infile] [[-o] outfile] + mysql2sql [-e encoding] [-E output_encoding] [infile] [[-o] outfile] Options:: @@ -41,13 +41,13 @@ Options:: Option `-o` is useful when infile is absent (input is redirected), for example:: - mysql-to-sql.py -o outfile.sql < infile.sql - cat infile.sql | mysql-to-sql.py -o outfile.sql + mysql2sql -o outfile.sql < infile.sql + cat infile.sql | mysql2sql -o outfile.sql But of course it simply can be:: - mysql-to-sql.py - outfile.sql < infile.sql - cat infile.sql | mysql-to-sql.py - outfile.sql + mysql2sql - outfile.sql < infile.sql + cat infile.sql | mysql2sql - outfile.sql Indices and tables