diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-09-10 21:02:55 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-09-10 21:02:55 -0400 |
commit | 3a9be502c874f0cd1ef6b112267379724b5d9335 (patch) | |
tree | 34d39d49d397f78a0dd82dc7aab9102f816ece06 /doc/git-annex.mdwn | |
parent | 9e8f12d27d4270b71cb03f2cba83a878196c074a (diff) |
be bold: make backticks bold in the manpage
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6db91a05f..4c7380607 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -870,16 +870,16 @@ file contents are present at either of two repositories. Matches only files that git-annex believes have the specified number of copies, on remotes with the specified trust level. For example, - "--copies=trusted:2" + `--copies=trusted:2` To match any trust level at or higher than a given level, - use 'trustlevel+'. For example, "--copies=semitrusted+:2" + use 'trustlevel+'. For example, `--copies=semitrusted+:2` * --copies=groupname:number Matches only files that git-annex believes have the specified number of copies, on remotes in the specified group. For example, - "--copies=archive:2" + `--copies=archive:2` * --inbackend=name @@ -1123,7 +1123,7 @@ Here are all the supported configuration settings. Options to use when using rsync to or from this remote. For example, to force ipv6, and limit - the bandwidth to 100Kbyte/s, set it to "-6 --bwlimit 100" + the bandwidth to 100Kbyte/s, set it to `-6 --bwlimit 100` * `remote.<name>.annex-rsync-transport` @@ -1137,14 +1137,14 @@ Here are all the supported configuration settings. * `remote.<name>.annex-bup-split-options` Options to pass to bup split when storing content in this remote. - For example, to limit the bandwidth to 100Kbyte/s, set it to "--bwlimit 100k" + For example, to limit the bandwidth to 100Kbyte/s, set it to `--bwlimit 100k` (There is no corresponding option for bup join.) * `remote.<name>.annex-gnupg-options` Options to pass to GnuPG for symmetric encryption. For instance, to use the AES cipher with a 256 bits key and disable compression, set it - to "--cipher-algo AES256 --compress-algo none". (These options take + to `--cipher-algo AES256 --compress-algo none`. (These options take precedence over the default GnuPG configuration, which is otherwise used.) |