Add a help text for the new --force-reinstall option, so that users
will actually find the new option.
(Also refresh patches)
Improves: 91cff1a "apk: add --force-reinstall option"
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Link: https://github.com/openwrt/openwrt/pull/22426
Signed-off-by: Robert Marko <robimarko@gmail.com>
12 lines
426 B
Diff
12 lines
426 B
Diff
--- a/src/genhelp_apk.lua
|
|
+++ b/src/genhelp_apk.lua
|
|
@@ -65,7 +65,7 @@ local function render_options(doc, out,
|
|
end
|
|
|
|
local function render_footer(doc, out)
|
|
- table.insert(out, ("\nFor more information: man %s %s\n"):format(doc.mansection, doc.manpage))
|
|
+ table.insert(out, ("\nFor more information:\n https://openwrt.org/docs/guide-user/additional-software/apk\n"))
|
|
end
|
|
|
|
local function render_optgroups(doc, out, groups)
|