mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
'configuration file' → 'config file'
This commit is contained in:
@@ -54,7 +54,7 @@ Use these methods to check the status of the network and server.
|
||||
The following admin commands are deprecated and may be removed without further notice:
|
||||
|
||||
* `ledger_header` - Use the [ledger method][] instead.
|
||||
* `unl_add`, `unl_delete`, `unl_list`, `unl_load`, `unl_network`, `unl_reset`, `unl_score` - Use the configuration file for UNL management instead.
|
||||
* `unl_add`, `unl_delete`, `unl_list`, `unl_load`, `unl_network`, `unl_reset`, `unl_score` - Use the `validators.txt` config file for UNL management instead.
|
||||
* `wallet_seed` - Use the [wallet_propose method][] instead.
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ These options apply to most modes:
|
||||
|
||||
| Option | Description |
|
||||
|:----------------|:-----------------------------------------------------------|
|
||||
| `--conf {FILE}` | Use `{FILE}` as the configuration file instead of looking for config files in the default locations. If not specified, `rippled` first checks the local working directory for a `rippled.cfg` file. On Linux, if that file is not found, `rippled` next checks for `$XDG_CONFIG_HOME/ripple/ripple.cfg`. (Typically, `$XDG_CONFIG_HOME` maps to `$HOME/.config`.) |
|
||||
| `--conf {FILE}` | Use `{FILE}` as the config file instead of looking for config files in the default locations. If not specified, `rippled` first checks the local working directory for a `rippled.cfg` file. On Linux, if that file is not found, `rippled` next checks for `$XDG_CONFIG_HOME/ripple/ripple.cfg`. (Typically, `$XDG_CONFIG_HOME` maps to `$HOME/.config`.) |
|
||||
|
||||
### Verbosity Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user