Skip to content

Commit 902ba40

Browse files
committed
modified: README.md
1 parent 77e6575 commit 902ba40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ ols site (command) [options]
126126
| --- | --- | --- |
127127
| `create` | Create a new site/vhost | `--wp` `--le` `--php81` `--php82` `--php83` `--php84` `--php85` `--enable-owasp` `--disable-owasp` `--enable-recaptcha` `--disable-recaptcha` `--enable-ns` `--disable-ns` `--hsts` |
128128
| `update` | Update an existing site (PHP target optional when only WordPress/security/LE flags are used) | optional `--wp`, optional `--le`, optional PHP target: `--php81` `--php82` `--php83` `--php84` `--php85`, or security flags: `--enable-owasp` `--disable-owasp` `--enable-recaptcha` `--disable-recaptcha` `--enable-ns` `--disable-ns` `--hsts` |
129-
| `enable` | Enable site by removing domain from server-level `suspendedVhosts` | |
130-
| `disable` | Disable site by adding domain to server-level `suspendedVhosts` | |
129+
| `enable` | Enable site from server-level | |
130+
| `disable` | Disable site from server-level | |
131131
| `info` | Show site metadata and detected status | |
132-
| `show` | Print OLS virtual host config (`vhconf.conf`) | |
132+
| `show` | Print OLS virtual host config | |
133133
| `list` | List managed sites discovered from OLS vhost directory | |
134134
| `delete` | Remove site config/files and optionally keep DB | `--keep-db` |
135135

0 commit comments

Comments
 (0)