Merge pull request #338 from jpoimboe/kpatch-build-usage

kpatch-build: don't show full kpatch-build path in usage message
This commit is contained in:
Seth Jennings 2014-07-29 20:54:33 -05:00
commit 57a8fb352e

View File

@ -166,7 +166,7 @@ find_kobj() {
} }
usage() { usage() {
echo "usage: $0 [options] <patch file>" >&2 echo "usage: $(basename $0) [options] <patch file>" >&2
echo " -h, --help Show this help message" >&2 echo " -h, --help Show this help message" >&2
echo " -r, --sourcerpm Specify kernel source RPM" >&2 echo " -r, --sourcerpm Specify kernel source RPM" >&2
echo " -s, --sourcedir Specify kernel source directory" >&2 echo " -s, --sourcedir Specify kernel source directory" >&2