diff --git a/README.md b/README.md index d909df7..e344c2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/sam-kamerer/sonoff-diy?sort=semver)](https://github.com/sam-kamerer/sonoff-diy/releases/latest) [![GitHub All Releases](https://img.shields.io/github/downloads/sam-kamerer/sonoff-diy/total)](https://github.com/sam-kamerer/sonoff-diy/releases) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sam-kamerer/sonoff-diy/Release) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/sam-kamerer/sonoff-diy) ![GitHub top language](https://img.shields.io/github/languages/top/sam-kamerer/sonoff-diy) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/sam-kamerer/sonoff-diy) @@ -35,7 +34,7 @@ USAGE: sonoff-diy [global options] command [command options] [arguments...] VERSION: - v1.1.1 + v1.2.2 COMMANDS: discover, d Discover devices @@ -54,6 +53,6 @@ GLOBAL OPTIONS: --port value sets the device port (default: 8081) --device-id value sets the device id (optional) --debug sets the debug mode on (default: false) - --help, -h show help (default: false) - --version, -v print the version (default: false) + --help, -h show help + --version, -v print the version ```