mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
kernel-install: extend --help
This commit is contained in:
parent
ea9f36ac83
commit
3ac33bc966
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()
|
||||
|
Loading…
Reference in New Issue
Block a user