1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

help: fix typos in help.awk

This commit is contained in:
Pavol Rusnak 2019-01-15 18:05:29 +01:00
parent 6a70c9ba52
commit 9637d9ec0b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,5 +1,4 @@
#!/usr/bin/env awk
BEGIN {
FS = ":.*?## "
first = 1
@ -17,4 +16,3 @@ BEGIN {
printf "%s%s\n", COLOR_BROWN, substr($0, 4)
first = 0
}