]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/aria2.json
Merge pull request #332 from gnebbia/feature_roswell
[xdg-ninja.git] / programs / aria2.json
index 26ad0fe4b0946d2f90cf42a6564359eb40c9c2ba..998873cdd5556ee07186f61ff03f11bb3e2690f2 100644 (file)
@@ -1,10 +1,15 @@
 {
-    "name": "aria2",
+    "name": "aria2_dir",
     "files": [
         {
-            "path": "$HOME/.aria2",
+            "path": "$HOME/.aria2/dht.dat",
             "movable": true,
-            "help": "Supported since commit _8bc1d37_.\n\nYou can move the configuration file to _XDG_CONFIG_HOME/aria2/aria2.conf_.\n\nYou can move the cache files to _XDG_CACHE_HOME/aria2_.\n"
+            "help": "Supported\n\nThe file $HOME/.aria2/dht.dat can be moved to $XDG_CACHE_HOME/aria2/dht.dat.\n"
+        },
+        {
+            "path": "$HOME/.aria2/aria2.conf",
+            "movable": true,
+            "help": "Supported\n\nThe file $HOME/.aria2/aria2.conf can be moved to $XDG_CONFIG_HOME/aria2/aria2.conf.\n"
         }
     ]
 }