]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Unify help text formatting for `ts3client` and `sonarlint` (#435)
authorChristian Koop <contact@sprax2013.de>
Thu, 10 Oct 2024 10:58:31 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 10:58:31 +0000 (12:58 +0200)
programs/sonarlint.json
programs/ts3client.json

index 98cfba576b1ec3cabe54b6710c26d5588eddcbbc..499c665e5620b6c3b96771c2e8301f6b0c6ff66b 100644 (file)
@@ -4,7 +4,7 @@
         {
             "path": "$HOME/.sonarlint",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```sh\nexport SONARLINT_USER_HOME=\"$XDG_DATA_HOME/sonarlint\"\n```\n\n[Source:](https://groups.google.com/g/sonarlint/c/q8odliz-IoY?pli=1)\n"
+            "help": "Export the following environment variables:\n\n```sh\nexport SONARLINT_USER_HOME=\"$XDG_DATA_HOME\"/sonarlint\n```\n\n[Source:](https://groups.google.com/g/sonarlint/c/q8odliz-IoY?pli=1)\n"
         }
     ]
 }
index fcbf710724204f87ef4a098710a06fe7c6066c17..07e09e7f4029deecb6d9919e861c9ea3194aab85 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.ts3client",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport TS3_CONFIG_DIR=$XDG_CONFIG_HOME/ts3client```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport TS3_CONFIG_DIR=\"$XDG_CONFIG_HOME\"/ts3client\n```\n"
         }
     ],
     "name": "ts3client"