Update docs & translations

This commit is contained in:
Jakob Borg
2016-01-03 09:56:33 +01:00
parent 212d7257e9
commit 4673862981
50 changed files with 371 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "TODO" "7" "December 21, 2015" "v0.12" "Syncthing"
.TH "TODO" "7" "January 01, 2016" "v0.12" "Syncthing"
.SH NAME
Todo \- Keep automatic backups of deleted files by other nodes
.
@@ -126,7 +126,8 @@ folderpath="$1"
filepath="$2"
# First ensure the dir where we need to store the file exists
mkdir \-p \(gadirname "$versionspath/$filepath"\(ga
outpath=\(gadirname "$versionspath/$filepath"\(ga
mkdir \-p "$outpath"
# Then move the file there
mv \-f "$folderpath/$filepath" "$versionspath/$filepath"
.ft P