From 9fde983711a610b9615ad4e567f0561490fd77b7 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 9 Nov 2020 13:26:08 +0100 Subject: [PATCH] Centralize docs completely. --- resources/docs/Documentation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 75f17d7c7..ae8c7aa61 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -16,6 +16,7 @@ * [Downloading files](#downloading-files) * [GUI tweaking](#gui-tweaking) * [Miscellaneous](#miscellaneous) + * [Command line interface](#cli) * [Cleaning database](#cleaning-database) * [Portable user data](#portable-user-data) * [Downloading new messages](#downloading-new-messages) @@ -164,6 +165,19 @@ Many people have very widescreen monitors nowadays and RSS Guard offers you hori # Miscellaneous 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 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 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.