diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-22 20:18:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-23 01:08:18 -0400 |
commit | eb7ef6264ee57f69520960ae818ad0b94e5873c2 (patch) | |
tree | b864e460c565e5c3f0b879ab0992d146017ae59f /doc/git-annex.mdwn | |
parent | cba3ce08dfaa3318aa80b414e4d6d4f40d843d15 (diff) |
fix
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
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 |