diff options
| author | Stijn Buys <ingar@telenet.be> | 2022-02-27 12:35:22 +0100 |
|---|---|---|
| committer | Stijn Buys <ingar@telenet.be> | 2022-02-27 12:35:22 +0100 |
| commit | d94af12066678f40ecdf16da2c810472e452f5b8 (patch) | |
| tree | c1d470a9c343dbbda4ca357642fee78e006d7a30 /ledctl | |
| parent | 049c8d75a2a7c1c2a5e1bd7995f4bca7b7aed981 (diff) | |
Updated ledctl README.
Diffstat (limited to 'ledctl')
| -rw-r--r-- | ledctl/README.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ledctl/README.md b/ledctl/README.md index 81eaf08..770d531 100644 --- a/ledctl/README.md +++ b/ledctl/README.md @@ -25,14 +25,15 @@ systemctl enable led-boot led-ready ## Usage -Use the ```ledctl``` script to set the LED color. +Use the `ledctl` script to set the LED color. -``` +` ledctl <color> -``` +` Valid colors are - on, off - red, green, blue, yellow, pink, cyan - #rrggbb + +- on, off +- red, green, blue, yellow, pink, cyan +- \#rrggbb e.g. #ff0000 |
