scripts: mkhash show -n option in usage
authorPaul Spooren <mail@aparcar.org>
Fri, 17 Jul 2020 03:43:30 +0000 (17:43 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 9 Nov 2020 10:52:19 +0000 (10:52 +0000)
commit91a0dc5161e25085a01edd66b1d8da19593dcc4a
treee4061208333daf3af0231e625f663ca87763d2c8
parente26744551039ef8d33786948a830ba5aa0a988b8
scripts: mkhash show -n option in usage

The -n option prints the filename of hashed files next to the calculated
checksum. Reflect that in the usage message.

user@dawn:~/src/openwrt/openwrt$ ./a.out md5 -n .config
eb06db36e7b6751cb18801945e46bf5d .config

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/mkhash.c