From 1777040cc5cefcb24287505f04af250fc7da4840 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 9 Jan 2018 01:52:40 +0000 Subject: apk: commit options help text: fix typo concerning diskless boot --- src/apk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3-70-g09d2