From: Zbigniew Jędrzejewski-Szmek Date: Thu, 4 Jun 2020 11:17:22 +0000 (+0200) Subject: kernel-install: extend --help X-Git-Tag: v246-rc1~192^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac33bc96672f8669b2daddee2b6574010776fbe;p=thirdparty%2Fsystemd.git kernel-install: extend --help --- diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install old mode 100644 new mode 100755 index 4812464da9a..e2590c434c3 --- a/src/kernel-install/kernel-install +++ b/src/kernel-install/kernel-install @@ -23,8 +23,11 @@ SKIP_REMAINING=77 usage() { echo "Usage:" - echo " $0 add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]" - echo " $0 remove KERNEL-VERSION" + echo " $0 [OPTIONS...] add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]" + echo " $0 [OPTIONS...] remove KERNEL-VERSION" + echo "Options:" + echo " -h,--help Print this help" + echo " -v,--verbose Increase verbosity" } dropindirs_sort()