Fix parameter name in help output

Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
This commit is contained in:
Dmitry Kasatkin 2014-05-02 18:51:15 +03:00
parent 6ec61ab9cb
commit dde9e21a4a

View File

@ -1654,8 +1654,8 @@ static void usage(void)
" m - stay on the same filesystem (like 'find -xdev')\n" " m - stay on the same filesystem (like 'find -xdev')\n"
" -n print result to stdout instead of setting xattr\n" " -n print result to stdout instead of setting xattr\n"
" -r, --recursive recurse into directories (sign)\n" " -r, --recursive recurse into directories (sign)\n"
" --x32 force signature for 32 bit target system\n" " --m32 force signature for 32 bit target system\n"
" --x64 force signature for 32 bit target system\n" " --m64 force signature for 32 bit target system\n"
" -v increase verbosity level\n" " -v increase verbosity level\n"
" -h, --help display this help and exit\n" " -h, --help display this help and exit\n"
"\n"); "\n");