kernel-install: extend --help

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-06-04 13:17:22 +02:00
parent ea9f36ac83
commit 3ac33bc966
1 changed files with 5 additions and 2 deletions

7
src/kernel-install/kernel-install Normal file → Executable file
View File

@ -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()