diff --git a/doc/lsyncd.1.txt b/doc/lsyncd.1.txt index 97f0414..b109e97 100644 --- a/doc/lsyncd.1.txt +++ b/doc/lsyncd.1.txt @@ -16,10 +16,13 @@ config file::: {nbsp}*lsyncd* ['OPTIONS'] 'CONFIG-FILE' default rsync behaviour::: - {nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCE' 'TARGET' ... + {nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCEDIR' 'TARGET' ... -default rync+ssh bevahior (moves and deletes through ssh)::: - {nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCE' 'HOST' 'TARGETDIR' ... +default rync+ssh bevahiour (moves and deletes through ssh)::: + {nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCEDIR' 'TARGETHOST' 'TARGETDIR' ... + +default direct bevahiour (local file operations/rsync)::: + {nbsp}*lsyncd* ['OPTIONS'] -direct 'SOURCEDIR' 'TARGETDIR' ... DESCRTIPTION ------------ diff --git a/lsyncd.c b/lsyncd.c index 1115b14..fdfde83 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -1736,7 +1736,7 @@ main1(int argc, char *argv[]) LSYNCD_DEFAULT_RUNNER_FILE); #else logstring("Error", - "Using a staticly included runner as default."); + "Using a statically included runner as default."); #endif exit(-1); //ERRNO }