Skip to content

Commit

Permalink
Unify help text formatting for ts3client and sonarlint
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Oct 9, 2024
1 parent caa890f commit ba1ee51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/sonarlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion programs/ts3client.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba1ee51

Please sign in to comment.