mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Better description for backup mode.
This commit is contained in:
parent
0304353e2e
commit
2ee63f24aa
@ -50,7 +50,9 @@ static struct argp_option options[] = {
|
||||
.key = 'b',
|
||||
.arg = NULL,
|
||||
.flags = 0,
|
||||
.doc = "Run csync in backup mode. This means that you can make a backup or sync two directories for example",
|
||||
.doc = "Run csync in backup mode. This is a special mode without a "
|
||||
"journal and a temoporary configuration to sync two replicas. "
|
||||
"This is the non-roaming-home-directory mode.",
|
||||
.group = 0
|
||||
},
|
||||
{
|
||||
@ -66,7 +68,7 @@ static struct argp_option options[] = {
|
||||
.key = 'r',
|
||||
.arg = NULL,
|
||||
.flags = 0,
|
||||
.doc = "Run update detection and recoincilation",
|
||||
.doc = "Run update detection and reconcilation",
|
||||
.group = 0
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user