]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/mysql.json
Fix missing helps (#374)
[xdg-ninja.git] / programs / mysql.json
index 8cd5ec29f2ac692ae77b4af8f6fa87a76bf15fca..11730717c6c68e0771eb05c03721e94397263af2 100644 (file)
@@ -1,19 +1,19 @@
 {
     "files": [
         {
-            "path": "$HOME/.mylogin.cnf",
-            "movable": false,
-            "help": ""
+            "help": "You can specify the file location using the `--login-path` flag.\nApparently only supported for mysql-server, not mysql-client.\n",
+            "movable": true,
+            "path": "$HOME/.mylogin.cnf"
         },
         {
-            "path": "$HOME/.my.cnf",
+            "help": "Unsupported.\n",
             "movable": false,
-            "help": ""
+            "path": "$HOME/.my.cnf"
         },
         {
-            "path": "$HOME/.mysql_history",
+            "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n"
+            "path": "$HOME/.mysql_history"
         }
     ],
     "name": "mysql"