]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
fix: wget alias message (#454)
authorChen1Plus <122733139+Chen1Plus@users.noreply.github.com>
Thu, 6 Feb 2025 16:29:06 +0000 (00:29 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 16:29:06 +0000 (17:29 +0100)
programs/wget.json

index 6ec3b2c48e25cbe703d908bfb15db0789b64911f..a2313db68f5bff89519b6e4ef34f29e0b9feec30 100644 (file)
@@ -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",