summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-01-09 01:52:40 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-01-09 17:07:22 +0000
commit1777040cc5cefcb24287505f04af250fc7da4840 (patch)
treeb6c4278bc16e7adc109f096819ff1d16055d3080
parentabf7c2838bc09bf515b7c2f0f6f631786b3e7c08 (diff)
apk: commit options help text: fix typo concerning diskless boot
-rw-r--r--src/apk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk.c b/src/apk.c
index 351de6f..229dce5 100644
--- a/src/apk.c
+++ b/src/apk.c
@@ -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 = {