X Tutup
Skip to content

Commit 3ac33bc

Browse files
committed
kernel-install: extend --help
1 parent ea9f36a commit 3ac33bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/kernel-install/kernel-install

100644100755
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ SKIP_REMAINING=77
2323
usage()
2424
{
2525
echo "Usage:"
26-
echo " $0 add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]"
27-
echo " $0 remove KERNEL-VERSION"
26+
echo " $0 [OPTIONS...] add KERNEL-VERSION KERNEL-IMAGE [INITRD-FILE ...]"
27+
echo " $0 [OPTIONS...] remove KERNEL-VERSION"
28+
echo "Options:"
29+
echo " -h,--help Print this help"
30+
echo " -v,--verbose Increase verbosity"
2831
}
2932

3033
dropindirs_sort()

0 commit comments

Comments
 (0)
X Tutup