From 90e9b8188bbfcabbf6ae8d113f748428c535ea35 Mon Sep 17 00:00:00 2001 From: "http://ypid.wordpress.com/" Date: Mon, 31 Mar 2014 17:51:21 +0000 Subject: [PATCH] Typeset command in markdown code mode. --- doc/preferred_content.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index 4cab5721d2..b90d2408b9 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