fix readme.md?

This commit is contained in:
Roman Hergenreder 2020-04-02 13:58:53 +02:00
parent c53604f9f5
commit c4762e7434

@ -10,8 +10,8 @@ use an existing database or create a temporary database (recommended).
To use this tool, some requirements must be installed. This can be done using: `pip install -r < requirements.txt` To use this tool, some requirements must be installed. This can be done using: `pip install -r < requirements.txt`
``` ```
usage: test.py [-h] [--username USERNAME] [--password PASSWORD] [--host HOST] usage: test.py [-h] [\--username USERNAME] [\--password PASSWORD] [\--host HOST]
[--port PORT] [--database DATABASE] [--force] [\--port PORT] [\--database DATABASE] [\--force]
DBMS DBMS
Web-Base database test suite Web-Base database test suite
@ -21,19 +21,19 @@ positional arguments:
oracle oracle
optional arguments: optional arguments:
-h, --help show this help message and exit -h, \--help show this help message and exit
--username USERNAME, -u USERNAME \--username USERNAME, -u USERNAME
the username used for connecting to the dbms, default: the username used for connecting to the dbms, default:
root root
--password PASSWORD, -p PASSWORD \--password PASSWORD, -p PASSWORD
the password used for connecting to the dbms, default: the password used for connecting to the dbms, default:
(empty) (empty)
--host HOST, -H HOST the host where the dbms is running on, default: \--host HOST, -H HOST the host where the dbms is running on, default:
localhost localhost
--port PORT, -P PORT the port where the dbms is running on, default: \--port PORT, -P PORT the port where the dbms is running on, default:
(depends on dbms) (depends on dbms)
--database DATABASE, -d DATABASE \--database DATABASE, -d DATABASE
the name of the database for the test suite, default: the name of the database for the test suite, default:
randomly chosen and created randomly chosen and created
--force Delete existing configuration files \--force Delete existing configuration files
``` ```