apk: commit options help text: fix typo concerning diskless boot

cute-signatures
William Pitcock 2018-01-09 01:52:40 +00:00
parent abf7c2838b
commit 1777040cc5
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ static const struct apk_option options_commit[] = {
{ 0x113, "no-scripts", "Do not execute any scripts" },
{ 0x117, "no-commit-hooks", "Skip pre/post hook scripts (but not other scripts)" },
{ 0x118, "initramfs-diskless-boot",
"Enables options for diskeless initramfs boot (e.g. skip hooks)" },
"Enables options for diskless initramfs boot (e.g. skip hooks)" },
};
const struct apk_option_group optgroup_commit = {