1
1
openwrt/package/system/apk/patches/0002-openwrt-wiki-help-link.patch
Hannu Nyman 598c4b7fde apk: add help text for 'apk add --force-reinstall'
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>
2026-03-16 14:52:56 +01:00

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)