We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9f36a commit 3ac33bcCopy full SHA for 3ac33bc
src/kernel-install/kernel-install
100644
100755
@@ -23,8 +23,11 @@ SKIP_REMAINING=77
23
usage()
24
{
25
echo "Usage:"
26
- echo " $0 add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]"
27
- echo " $0 remove KERNEL-VERSION"
+ echo " $0 [OPTIONS...] add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]"
+ echo " $0 [OPTIONS...] remove KERNEL-VERSION"
28
+ echo "Options:"
29
+ echo " -h,--help Print this help"
30
+ echo " -v,--verbose Increase verbosity"
31
}
32
33
dropindirs_sort()
0 commit comments