Skip to content

Commit dca960c

Browse files
authored
Merge pull request #246 from Crizz0/update-cli-options-format
Update cli options format
2 parents ef77f11 + cf66791 commit dca960c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

development/cli/getting_started.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ Common options that can be used with any of phpBB's CLI commands.
6464
:header: "Option", "Usage"
6565
:delim: |
6666

67-
--help (-h) | Display a help message
68-
--quiet (-q) | Do not output any message
69-
--verbose (-v,-vv,-vvv) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
70-
--version (-V) | Display this application version
71-
--ansi | Force ANSI (colors) output
72-
--no-ansi | Disable ANSI (colors) output
73-
--no-interaction (-n) | Do not ask any interactive question
74-
--safe-mode | Run in Safe Mode (without extensions)
67+
``--help, -h`` | Display a help message
68+
``--quiet, -q`` | Do not output any message
69+
``--verbose, -v, -vv, -vvv`` | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
70+
``--version, -V`` | Display this application version
71+
``--ansi`` | Force ANSI (colors) output
72+
``--no-ansi`` | Disable ANSI (colors) output
73+
``--no-interaction, -n`` | Do not ask any interactive question
74+
``--safe-mode`` | Run in Safe Mode (without extensions)
7575

7676
Install phpBB using the CLI
7777
===========================

0 commit comments

Comments
 (0)