1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-29 22:53:50 +00:00

Updated Global Options (markdown)

gilbertchen
2020-04-10 22:44:41 -04:00
parent 5ec098bb32
commit 1eb72a1446

@@ -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 <address:port> enable the profiling tool and listen on the specified address:port
-comment add a comment to identify the process
-suppress, -s <id> [+] 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.