From ec25bd20f0bfb3de0003765cb3dba7a3ea68fcc2 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Thu, 28 Apr 2011 22:05:01 -0400 Subject: [PATCH] Document the 'set' command --- trss.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/trss.py b/trss.py index 895811a..1799b3a 100644 --- a/trss.py +++ b/trss.py @@ -116,6 +116,17 @@ def usage(): {0} download Fetch all feeds and download new items + + {0} set [ []] + Set or view configuration settings + Call without any arguments to list all settings and their values + Call with a setting and no value to see the current value for that setting + + Currently, the only used setting is 'download_dir', which allows you to set + a directory to store all retrieved torrents, such as a directory your + torrent application watches for new downloads. If 'download_dir' is not set, + the current directory will be used. + """.format(sys.argv[0]) feeds = []