mirror of
https://github.com/correl/trss.git
synced 2024-11-23 11:09:56 +00:00
Document the 'set' command
This commit is contained in:
parent
43a7a557cd
commit
ec25bd20f0
1 changed files with 11 additions and 0 deletions
11
trss.py
11
trss.py
|
@ -116,6 +116,17 @@ def usage():
|
|||
|
||||
{0} download
|
||||
Fetch all feeds and download new items
|
||||
|
||||
{0} set [<setting> [<value>]]
|
||||
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 = []
|
||||
|
|
Loading…
Reference in a new issue