diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-01-09 01:52:40 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-01-09 17:07:22 +0000 |
commit | 1777040cc5cefcb24287505f04af250fc7da4840 (patch) | |
tree | b6c4278bc16e7adc109f096819ff1d16055d3080 | |
parent | abf7c2838bc09bf515b7c2f0f6f631786b3e7c08 (diff) | |
download | apk-tools-1777040cc5cefcb24287505f04af250fc7da4840.tar.gz apk-tools-1777040cc5cefcb24287505f04af250fc7da4840.tar.bz2 apk-tools-1777040cc5cefcb24287505f04af250fc7da4840.tar.xz apk-tools-1777040cc5cefcb24287505f04af250fc7da4840.zip |
apk: commit options help text: fix typo concerning diskless boot
-rw-r--r-- | src/apk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |