From: Sandro Date: Mon, 23 May 2022 19:50:11 +0000 (+0200) Subject: wget: correct help for hsts file (#61) X-Git-Tag: v0.2.0.0~17 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/0dbf25ae2597d0618de1b0ca9869fc963784b924 wget: correct help for hsts file (#61) --- diff --git a/programs/wget.json b/programs/wget.json index 26aed43..6ec3b2c 100644 --- a/programs/wget.json +++ b/programs/wget.json @@ -3,7 +3,7 @@ { "path": "$HOME/.wget-hsts", "movable": true, - "help": "Alias wget to use a custom history file location:\n\n```bash\nalias wget=wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"\n```\n" + "help": "Alias wget to use a custom hsts cache file location:\n\n```bash\nalias wget=wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\"\n```\n" }, { "path": "$HOME/.wgetrc", @@ -12,4 +12,4 @@ } ], "name": "wget" -} \ No newline at end of file +}