summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 050a56980..7ad3fac69 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -251,7 +251,7 @@ subdirectories).
To output filenames terminated with nulls, for use with xargs -0,
specify --print0. Or, a custom output formatting can be specified using
- --format. The default output format is the same as --format='${file}\n'
+ --format. The default output format is the same as --format='${file}\\n'
These variables are available for use in formats: file, key, backend,
bytesize, humansize
@@ -437,7 +437,7 @@ subdirectories).
Specifies a custom output format. The value is a format string,
in which '${var}' is expanded to the value of a variable. To right-justify
a variable with whitespace, use '${var;width}' ; to left-justify
- a variable, use '${var;-width}'. Also, '\n' is a newline, '\0' is a NULL,
+ a variable, use '${var;-width}'. Also, '\\n' is a newline, '\\000' is a NULL,
etc.
* -c name=value