summaryrefslogtreecommitdiff
path: root/doc/preferred_content.mdwn
diff options
context:
space:
mode:
authorGravatar http://ypid.wordpress.com/ <http://ypid.wordpress.com/@web>2014-03-31 17:51:21 +0000
committerGravatar admin <admin@branchable.com>2014-03-31 17:51:21 +0000
commit45c4290adadfcec7fb98ae516fcc5516a1b18a80 (patch)
treed418cd8418c8d7b7ff62b1984142fe79b859ba26 /doc/preferred_content.mdwn
parentdd212576c319f2cf5289ad5937c3585ad07aa518 (diff)
Typeset command in markdown code mode.
Diffstat (limited to 'doc/preferred_content.mdwn')
-rw-r--r--doc/preferred_content.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn
index 4cab5721d..b90d2408b 100644
--- a/doc/preferred_content.mdwn
+++ b/doc/preferred_content.mdwn
@@ -33,9 +33,9 @@ If it doesn't, the repository wants to drop its content
To check at the command line which files are matched by preferred content
settings, you can use the --want-get and --want-drop options.
-For example, "git annex find --want-get --not --in here" will find all the
-files that "git annex get --auto" will want to get, and "git annex find
---want-drop --in ." will find all the files that "git annex drop --auto"
+For example, `git annex find --want-get --not --in here` will find all the
+files that `git annex get --auto` will want to get, and `git annex find
+--want-drop --in here` will find all the files that `git annex drop --auto`
will want to drop.
The expressions are very similar to the matching options documented