Skip to content

Commit

Permalink
fix: wget alias message (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen1Plus authored Feb 6, 2025
1 parent f61bb5f commit e5b99a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/wget.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5b99a3

Please sign in to comment.