Disable use of the --fresh-install flag entirely during installation (#3049)

Display an error message if a user tries to use the --fresh-install flag
directing them to uninstall and reinstall instead.
This commit is contained in:
Wayne Song 2016-09-10 08:40:07 -07:00 committed by Joao Fernandes
parent 558820cb22
commit 9edcc93240
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ mounting the file at '/docker_subscription.lic' in the tool. E.g.
| `--interactive`, `-i` | Enable interactive mode.,You will be prompted to enter all required information. |
| `--admin-username` | Specify the UCP admin username [$UCP_ADMIN_USER] |
| `--admin-password` | Specify the UCP admin password [$UCP_ADMIN_PASSWORD] |
| `--fresh-install` | Destroy any existing state and start fresh. |
| `--san` `[--san option --san option]` | Additional Subject Alternative Names for certs (e.g. `--san foo1.bar.com --san foo2.bar.com`). |
| `--host-address` | Specify the visible IP/hostname for this node. |
| `--swarm-port "2376"` | Select what port to run the local Swarm manager on (default: 2376) |