blob: 2c827fdb413c8e1539bc0d50c99e892785182e93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
### Command-line parameters
Parameter | Description | Usage
-----------------|---------------------------------|-------
-h | Display help information |
-v, --version | Display version information |
-c, --config | Set a custom configuration file |
--default-config | Print default configuration | Useful for writing user overrides.
-p, --profile | Select a profile |
-n, --no-plugins | Don't load plugins on startup |
--new-instance | Skip instance check on startup |
--in-new-window | Open URL in a new window |
--in-new-tab | Open URL in a new tab |
|