From 0dbf25ae2597d0618de1b0ca9869fc963784b924 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 23 May 2022 21:50:11 +0200 Subject: [PATCH] wget: correct help for hsts file (#61) --- programs/wget.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.47.3