fix(cli): rename the update command references to upgrade across the CLI and documentation
This commit is contained in:
@@ -211,7 +211,7 @@ nupst feature httpServer # Configure HTTP JSON status API
|
||||
|
||||
```bash
|
||||
nupst config show # Display current configuration
|
||||
nupst update # Update to latest version (requires root)
|
||||
nupst upgrade # Upgrade to latest version (requires root)
|
||||
nupst uninstall # Completely remove NUPST (requires root)
|
||||
```
|
||||
|
||||
@@ -676,7 +676,7 @@ Any UPS supported by [NUT (Network UPS Tools)](https://networkupstools.org/) —
|
||||
### Built-in Update
|
||||
|
||||
```bash
|
||||
sudo nupst update
|
||||
sudo nupst upgrade
|
||||
```
|
||||
|
||||
### Re-run Installer
|
||||
|
||||
Reference in New Issue
Block a user