mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-04 04:11:10 +01:00
Centralize docs completely.
This commit is contained in:
parent
74613661a9
commit
9fde983711
@ -16,6 +16,7 @@
|
|||||||
* [Downloading files](#downloading-files)
|
* [Downloading files](#downloading-files)
|
||||||
* [GUI tweaking](#gui-tweaking)
|
* [GUI tweaking](#gui-tweaking)
|
||||||
* [Miscellaneous](#miscellaneous)
|
* [Miscellaneous](#miscellaneous)
|
||||||
|
* [Command line interface](#cli)
|
||||||
* [Cleaning database](#cleaning-database)
|
* [Cleaning database](#cleaning-database)
|
||||||
* [Portable user data](#portable-user-data)
|
* [Portable user data](#portable-user-data)
|
||||||
* [Downloading new messages](#downloading-new-messages)
|
* [Downloading new messages](#downloading-new-messages)
|
||||||
@ -164,6 +165,19 @@ Many people have very widescreen monitors nowadays and RSS Guard offers you hori
|
|||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
Here you can find some useful insights into RSS Guard's modus operandi.
|
Here you can find some useful insights into RSS Guard's modus operandi.
|
||||||
|
|
||||||
|
## CLI
|
||||||
|
RSS Guard offers CLI (command line interface). For overview if its features, run `rssguard --help` in your terminal. You will see the overview of the interface.
|
||||||
|
|
||||||
|
```
|
||||||
|
RSS Guard
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-l, --log <log-file> Write application debug log to file.
|
||||||
|
-?, -h, --help Displays help on commandline options.
|
||||||
|
--help-all Displays help including Qt specific options.
|
||||||
|
-v, --version Displays version information.
|
||||||
|
```
|
||||||
|
|
||||||
## Cleaning database
|
## Cleaning database
|
||||||
Your RSS Guard's database can grow really big over time, therefore you might need to do its cleanup regularly. There is a dialog `Cleanup database` in `Tools` menu to do just that for you, but note that RSS Guard should run just fine even with thousands of messages.
|
Your RSS Guard's database can grow really big over time, therefore you might need to do its cleanup regularly. There is a dialog `Cleanup database` in `Tools` menu to do just that for you, but note that RSS Guard should run just fine even with thousands of messages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user