summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-23 14:14:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-24 12:59:45 -0400
commit82cc5d3d3120a00cd7f823794f2242fcd3b42817 (patch)
tree58095f2dd93eeb4c14afeb744618a73f2e934217
parent0c107c98de1c3ffa9dea3d9ccc3029984a3d2ffa (diff)
slightly improve typography
-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 39fe5d99e..8096005ce 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -247,7 +247,7 @@ subdirectories).
By default, only lists annexed files whose content is currently present.
This can be changed by specifying file matching options. To list all
annexed files, present or not, specify --include "*". To list all
- annexed files whose content is not present, specify --not --in "."
+ annexed files whose content is not present, specify --not --in="."
To output filenames terminated with nulls, for use with xargs -0,
specify --print0. Or, a custom output formatting can be specified using
@@ -454,7 +454,7 @@ limit which files git-annex acts on.
Arbitrarily complicated expressions can be built using these options.
For example:
- --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -)
+ --exclude '*.mp3' --and --not -( --in=usbdrive --or --in=archive -)
The above example prevents git-annex from working on mp3 files whose
file contents are present at either of two repositories.