mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-13 14:43:09 +00:00
typos and manpage update
This commit is contained in:
parent
e8e142b876
commit
56da9e611f
@ -16,10 +16,13 @@ config file:::
|
|||||||
{nbsp}*lsyncd* ['OPTIONS'] 'CONFIG-FILE'
|
{nbsp}*lsyncd* ['OPTIONS'] 'CONFIG-FILE'
|
||||||
|
|
||||||
default rsync behaviour:::
|
default rsync behaviour:::
|
||||||
{nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCE' 'TARGET' ...
|
{nbsp}*lsyncd* ['OPTIONS'] -rsync 'SOURCEDIR' 'TARGET' ...
|
||||||
|
|
||||||
default rync+ssh bevahior (moves and deletes through ssh):::
|
default rync+ssh bevahiour (moves and deletes through ssh):::
|
||||||
{nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCE' 'HOST' 'TARGETDIR' ...
|
{nbsp}*lsyncd* ['OPTIONS'] -rsyncssh 'SOURCEDIR' 'TARGETHOST' 'TARGETDIR' ...
|
||||||
|
|
||||||
|
default direct bevahiour (local file operations/rsync):::
|
||||||
|
{nbsp}*lsyncd* ['OPTIONS'] -direct 'SOURCEDIR' 'TARGETDIR' ...
|
||||||
|
|
||||||
DESCRTIPTION
|
DESCRTIPTION
|
||||||
------------
|
------------
|
||||||
|
2
lsyncd.c
2
lsyncd.c
@ -1736,7 +1736,7 @@ main1(int argc, char *argv[])
|
|||||||
LSYNCD_DEFAULT_RUNNER_FILE);
|
LSYNCD_DEFAULT_RUNNER_FILE);
|
||||||
#else
|
#else
|
||||||
logstring("Error",
|
logstring("Error",
|
||||||
"Using a staticly included runner as default.");
|
"Using a statically included runner as default.");
|
||||||
#endif
|
#endif
|
||||||
exit(-1); //ERRNO
|
exit(-1); //ERRNO
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user