Skip to content

Commit

Permalink
Modify readme - please **readme**
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Dec 26, 2011
1 parent a05a536 commit 7f40204
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Converts XML dumps (currently only from MySQL dumps) to SQL queries in different

* http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_xml

```--createall```
Using the --createall option the script will do "allInOne (step)":
Using the ```--createall``` option the script will do "allInOne (step)":

1. Create a dummy database.
2. Read a joomla.sql install file for MySQL and "install" it to the created database.
Expand All @@ -15,8 +14,8 @@ Using the --createall option the script will do "allInOne (step)":
-- Supported formats: MySQL, SQLite, Postgres, ...

### Other options
```-i <filename>``` Input file
```-o <filename>``` Output file
```--format <format>``` SQL output format (mysql, sqlite, postgres)
* ```-i <filename>``` Input file
* ```-o <filename>``` Output file
* ```--format <format>``` SQL output format (mysql, sqlite, postgres)

```--create``` Create the XML dump from a Joomla! SQL file.
* ```--create``` Create the XML dump from a Joomla! SQL file.

0 comments on commit 7f40204

Please sign in to comment.