diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-04 13:17:22 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-05 16:34:05 +0200 |
commit | 3ac33bc96672f8669b2daddee2b6574010776fbe (patch) | |
tree | 18b2423273cf0b6fe431b92a9222018b85ace6dc /src/kernel-install | |
parent | Merge pull request #15378 from msekletar/udev-kill-signal (diff) | |
download | systemd-3ac33bc96672f8669b2daddee2b6574010776fbe.tar.xz systemd-3ac33bc96672f8669b2daddee2b6574010776fbe.zip |
kernel-install: extend --help
Diffstat (limited to 'src/kernel-install')
-rwxr-xr-x[-rw-r--r--] | src/kernel-install/kernel-install | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install index 4812464da9..e2590c434c 100644..100755 --- 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() |