From e5b99a34a7a76b48c87095e78aef0c76bb582591 Mon Sep 17 00:00:00 2001 From: Chen1Plus <122733139+Chen1Plus@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:29:06 +0800 Subject: [PATCH] fix: wget alias message (#454) --- programs/wget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wget.json b/programs/wget.json index 6ec3b2c..a2313db 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 hsts cache 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", -- 2.47.3