Skip to content

Commit f830886

Browse files
committed
fix: wget alias message
1 parent f61bb5f commit f830886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/wget.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": "$HOME/.wget-hsts",
55
"movable": true,
6-
"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"
6+
"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"
77
},
88
{
99
"path": "$HOME/.wgetrc",

0 commit comments

Comments
 (0)