diff --git a/Global-Options.md b/Global-Options.md index 57626cd..0811eb5 100644 --- a/Global-Options.md +++ b/Global-Options.md @@ -12,6 +12,7 @@ These options apply to all duplicacy commands and must be placed before any comm -background read passwords, tokens, or keys only from keychain/keyring or env -profile enable the profiling tool and listen on the specified address:port -comment add a comment to identify the process + -suppress, -s [+] suppress logs with the specified id -help, -h show help ``` @@ -69,6 +70,9 @@ duplicacy check -all & when you `ps ax | grep duplicacy` there will be nothing of help to differentiate the 2 processes. But when you use this option: `ps ax | grep LONG_OPERATION` you will find your desired process. +### -suppress LOGID, -s LOGID +Do not print the log messages with the given log id. This option can be specified multiple times. + ### `-help, -h` Show the help. \ No newline at end of file