Update docs & translations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user