Better description for backup mode.

This commit is contained in:
Andreas Schneider 2008-05-21 15:11:26 +02:00
parent 0304353e2e
commit 2ee63f24aa

View File

@ -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
},
{