fix README.md- help text option is -h

This commit is contained in:
Hagai Gold 2022-01-02 14:38:36 +02:00
parent 27d5ac2bd5
commit 04589cbd95

View File

@ -13,7 +13,7 @@ It targets communication with embedded systems from remote terminal to quickly s
* Written in C language (C99)
* No dynamic allocation, maximum number of commands assigned at compile time
* Highly configurable
* Simple help-text with `cmd -v` option
* Simple help-text with `cmd -h` option
* User friendly MIT license
## Contribute