Skip to content

Commit

Permalink
mkinitramfs-ll.{,ba,z}sh: Tiny help message edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jun 10, 2015
1 parent 23fc2ff commit 48b9d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mkinitramfs-ll.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function usage {
${PKG[name]}.${PKG[shell]} version ${PKG[version]}
usage: ${PKG[name]}.${PKG[shell]} [-a|-all] [options]
-a, --all Short variant of '-l -L -g -H:btrfs:zfs:zram -t -q'
-a, --all Short variant of '-lLgtq -H:btrfs:zfs:zram'
-f, --font=REGEX Fonts to include in the initramfs
-F, --firmware=REGEX Firmware file/directory to include
-k, --kernel-version=KV Build an initramfs for kernel version VERSION
Expand All @@ -39,7 +39,7 @@ function usage {
--module-boot=REGEX Append kernel modules to boot group
-s, --splash=THEMES Include splash themes if available
-t, --toi Enable TuxOnIce support (require tuxoniceui-userui)
-q, --squashd Enable AUFS+SquashFS support (require aufs-util)
-q, --squashd Enable UnionFS+SquashFS support (AUFS/OverlayFS)
-r, --rebuild Re-Build an initramfs from an old directory
-y, --keymap=:fr-latin1 Keymaps to include the initramfs
-K, --keep-tmpdir Keep the temporary build directory
Expand Down
4 changes: 2 additions & 2 deletions mkinitramfs-ll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage() {
${pkg}.${shell} version ${version}
usage: ${pkg} [-a|-all] [OPTIONS]
-a, --all Short variant of -l -L -g -H'btrfs zfs zram' -t -q
-a, --all Short variant of "-lLgtq -H'btrfs zfs zram'"
-f, --font=ter-v14n Fonts to include in the initramfs
-F, --firmware=name Firmware file/directory to include
-k, --kernel-version=KV Build an initramfs for kernel version VERSION
Expand All @@ -38,7 +38,7 @@ usage() {
--module-boot=mod Append kernel modules to boot group
-s, --splash=<theme> Include splash themes if available
-t, --toi Enable TuxOnIce support (require tuxoniceui-userui)
-q, --squashd Enable AUFS+SquashFS support (require aufs-util)
-q, --squashd Enable UnionFS+SquashFS support (AUFS/OverlayFS)
-r, --rebuild Re-Build an initramfs from an old directory
-y, --keymap=fr-latin1 Keymaps to include the initramfs
-K, --keep-tmpdir Keep the temporary build directory
Expand Down
4 changes: 2 additions & 2 deletions mkinitramfs-ll.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function usage {
${PKG[name]}.${PKG[shell]} version ${PKG[version]}
usage: ${PKG[name]}.${PKG[shell]} [-a|-all] [options]
-a, --all Short variant of '-l -L -g -H:btrfs:zfs:zram -t -q'
-a, --all Short variant of '-lLgtq -H:btrfs:zfs:zram'
-f, --font=REGEX Fonts to include in the initramfs
-F, --firmware=REGEX Firmware file/directory to include
-k, --kernel-version=KV Build an initramfs for kernel version VERSION
Expand All @@ -39,7 +39,7 @@ function usage {
--module-boot=REGEX Append kernel modules to boot group
-s, --splash=THEMES Include splash themes if available
-t, --toi Enable TuxOnIce support (require tuxoniceui-userui)
-q, --squashd Enable AUFS+SquashFS support (require aufs-util)
-q, --squashd Enable UnionFS+SquashFS support (AUFS/OverlayFS)
-r, --rebuild Re-Build an initramfs from an old directory
-y, --keymap=:fr-latin1 Keymaps to include the initramfs
-K, --keep-tmpdir Keep the temporary build directory
Expand Down

0 comments on commit 48b9d30

Please sign in to comment.