mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
kernel-install: extend --help
This commit is contained in:
7
src/kernel-install/kernel-install
Normal file → Executable file
7
src/kernel-install/kernel-install
Normal file → Executable 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()
|
||||
|
||||
Reference in New Issue
Block a user