From 1eeece79cf09eb20006f02076dc24303b200e3d3 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 18 Nov 2019 10:48:03 +0000 Subject: [PATCH] Updated CLI Configuration Options (markdown) --- CLI-Configuration-Options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLI-Configuration-Options.md b/CLI-Configuration-Options.md index ef67143..92de8d1 100644 --- a/CLI-Configuration-Options.md +++ b/CLI-Configuration-Options.md @@ -12,6 +12,8 @@ These go in $HOME/.MuWire/MuWire.properties * *updateCheckInterval* (integer) How often to check for MuWire updates. Value is in hours. Default is 24 hours. * *autoDownloadUpdate* (true/false) Whether to download new MuWire updates automatically. If set to false, you will only receive a notification that a new version is available. Default is true * *shareDownloadedFiles* (true/false) Whether to automatically share files you have downloaded. Default is true. +* *downloadLocation* (path) Absolute path to directory where downloaded files should be saved. Defaults to $HOME +* *incompleteLocation* (path) Absolute path to directory where downloads in progress should be stored. Defaults to $HOME/.MuWire/incompletes * *shareHiddenFiles* (true/false) Whether to share hidden files. Default is false. * *searchComments* (true/false) Whether to search in the comments of shared files for keywords matching your query. Default is true. * *browseFiles* (true/false) Whether to allow others to browse your files. Default is true.