]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
wget: correct help for hsts file (#61)
authorSandro <sandro.jaeckel@gmail.com>
Mon, 23 May 2022 19:50:11 +0000 (21:50 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 19:50:11 +0000 (21:50 +0200)
programs/wget.json

index 26aed43c1d22c7ef953d5cdd16fdba66fc94c942..6ec3b2c48e25cbe703d908bfb15db0789b64911f 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.wget-hsts",
             "movable": true,
-            "help": "Alias wget to use a custom history 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",
@@ -12,4 +12,4 @@
         }
     ],
     "name": "wget"
-}
\ No newline at end of file
+}