Commit e01a5ae
Remove stale "database" subcommand from AEPsych website docs (#833)
Summary:
Pull Request resolved: #833
**Context:**
The AEPsych server CLI was refactored in D42038037 (Dec 2022) to remove the
`database` subcommand. The `--db` flag became a direct argument to the main
parser. However, the front page of the AEPsych docs site was never updated.
**Motivation:**
Users copying the server start command from the docs get an error because the
`database` subcommand no longer exists.
**This diff:**
- Remove the stale `database` word from the server start command on the
AEPsych website homepage, changing from
`aepsych_server --port 5555 --ip 0.0.0.0 database --db mydatabase.db` to
`aepsych_server --port 5555 --ip 0.0.0.0 --db mydatabase.db`
Reviewed By: tymmsc
Differential Revision: D96764511
fbshipit-source-id: aacb8a366adbf9b95b7b7fb78c8b64c74c865b901 parent 5b48bdd commit e01a5ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments