Skip to content

Commit

Permalink
Fix typos in command-line.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rpadovani authored and trasher committed Nov 2, 2021
1 parent a916880 commit f2d2841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/command-line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Possible options for this command are:
* ``-P``, ``--db-port=DB_PORT`` database port (default MySQL port if option is not defined)
* ``-d``, ``--db-name=DB_NAME`` database name
* ``-u``, ``--db-user=DB_USER`` database user name
* ``-p``, ``--db-password=DB_PASSWORD`` database user's pasword (use it without value to be prompted for password)
* ``-p``, ``--db-password=DB_PASSWORD`` database user's password (use it without value to be prompted for password)

If mandatory options are not specified in the command call, the console will ask for them.

Database connection parameters may be ommited if a configuration file already exists.
Database connection parameters may be omitted if a configuration file already exists.

See also :ref:`console options <cdline_options>`.

Expand All @@ -82,7 +82,7 @@ Possible options for this command are:
* ``-P``, ``--db-port=DB_PORT`` database port (default MySQL port if option is not defined)
* ``-d``, ``--db-name=DB_NAME`` database name
* ``-u``, ``--db-user=DB_USER`` database user name
* ``-p``, ``--db-password=DB_PASSWORD`` database user's pasword (use it without value to be prompted for password)
* ``-p``, ``--db-password=DB_PASSWORD`` database user's password (use it without value to be prompted for password)

If mandatory options are not specified in the command call, the console will ask for them.

Expand Down

0 comments on commit f2d2841

Please sign in to comment.