From 82cc5d3d3120a00cd7f823794f2242fcd3b42817 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Dec 2011 14:14:00 -0400 Subject: [PATCH] slightly improve typography --- doc/git-annex.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 39fe5d99ea..8096005ce2 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.