Skip to content

Commit

Permalink
Update README with new command line flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimarinho committed Mar 6, 2021
1 parent f8a6ec6 commit 117e0e5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Expand Up @@ -52,16 +52,12 @@ Sometimes Shellies appear to ignore OTA requests and may require multiple attemp
❯ shelly-updater -help

Usage of /shelly-updater:
-domain string
Set the search domain for the local network. (default "local")
-http-port int
HTTP port to listen for OTA requests. If not specified, a random port is chosen.
-verbose
Enable verbose mode.
-version
Show version information
-wait int
Duration in [s] to run discovery. (default 60)
--domain string Set the search domain for the local network. (default "local")
-f, --force Force upgrades without asking for confirmation
-p, --http-port int HTTP port to listen for OTA requests. If not specified, a random port is chosen.
--verbose Enable verbose mode.
-v, --version Show version information
-w, --wait int Duration in [s] to run discovery. (default 60)
```

### Authentication
Expand Down

0 comments on commit 117e0e5

Please sign in to comment.