We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61bb5f commit f830886Copy full SHA for f830886
programs/wget.json
@@ -3,7 +3,7 @@
3
{
4
"path": "$HOME/.wget-hsts",
5
"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"
+ "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"
7
},
8
9
"path": "$HOME/.wgetrc",
0 commit comments