From 3a52f7f6290a9dfb5898c41225f1c199e85da9c3 Mon Sep 17 00:00:00 2001 From: sebthom Date: Fri, 12 Jan 2024 11:37:40 +0100 Subject: [PATCH] update doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f7392..48ac1de 100644 --- a/README.md +++ b/README.md @@ -186,11 +186,12 @@ Commands: version - displays the application version Options: - --ads=all|due|new (publish) - specifies which ads to (re-)publish (DEFAULT: due) + --ads=all|due|new| (publish) - specifies which ads to (re-)publish (DEFAULT: due) Possible values: * all: (re-)publish all ads ignoring republication_interval * due: publish all new ads and republish ads according the republication_interval * new: only publish new ads (i.e. ads that have no id in the config file) + * : provide one or several ads by ID to (re-)publish, like e.g. "--ads=1,2,3" ignoring republication_interval --ads=all|new| (download) - specifies which ads to download (DEFAULT: new) Possible values: * all: downloads all ads from your profile