mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-14 23:33:18 +00:00
Fixed some spelling and formatting issues.
@@ -47,7 +47,7 @@ Using this option will stop [Pre Command and Post Command Scripts](https://forum
|
|||||||
|
|
||||||
The `-background` option will instruct Duplicacy not to ask for interactive password input. As a result, Duplicacy will read all credentials only from keychain/keyring or the environment variables. If a credential can't be found, an error will be reported.
|
The `-background` option will instruct Duplicacy not to ask for interactive password input. As a result, Duplicacy will read all credentials only from keychain/keyring or the environment variables. If a credential can't be found, an error will be reported.
|
||||||
|
|
||||||
This options is designed for duplicacy GUI.
|
This option is designed for Duplicacy GUI.
|
||||||
|
|
||||||
### `-profile <address:port>`
|
### `-profile <address:port>`
|
||||||
|
|
||||||
@@ -57,11 +57,11 @@ Please refer to https://golang.org/pkg/net/http/pprof/ for instructions.
|
|||||||
|
|
||||||
### `-comment`
|
### `-comment`
|
||||||
|
|
||||||
The `-comment` option was introduced to allow Duplicacy processed to be identified by arguments, for example when using ps.
|
The `-comment` option was introduced to allow Duplicacy processes to be identified by arguments, for example when using ps.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
Suppose you have 2 duplicacy processes running:
|
Suppose you have 2 Duplicacy processes running:
|
||||||
```
|
```
|
||||||
duplicacy -comment LONG_OPERATION check -all &
|
duplicacy -comment LONG_OPERATION check -all &
|
||||||
duplicacy check -all &
|
duplicacy check -all &
|
||||||
@@ -69,10 +69,10 @@ duplicacy check -all &
|
|||||||
when you `ps ax | grep duplicacy` there will be nothing of help to differentiate the 2 processes.
|
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.
|
But when you use this option: `ps ax | grep LONG_OPERATION` you will find your desired process.
|
||||||
|
|
||||||
### -suppress LOGID, -s LOGID
|
### `-suppress LOGID, -s LOGID`
|
||||||
Do not print the log messages with the given log id. This option can be specified multiple times.
|
Do not print the log messages with the given log id. This option can be specified multiple times.
|
||||||
|
|
||||||
### -print-memory-usage
|
### `-print-memory-usage`
|
||||||
|
|
||||||
Print the memory usage every second throughout the program execution.
|
Print the memory usage every second throughout the program execution.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user