diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-02-08 13:32:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-02-08 13:32:54 -0400 |
commit | c9e1df5eb5a3e0d41e6b7f97121dfe21d9dcafc6 (patch) | |
tree | 81eea3f6e6c56747ec47d46cf0cdd3db31cd5ddc /doc | |
parent | 351c5847de57aac775020d263ba73286ed73247c (diff) |
rewrap to fix man page format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-required.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex-required.mdwn b/doc/git-annex-required.mdwn index 81bfd956e..1c6dac232 100644 --- a/doc/git-annex-required.mdwn +++ b/doc/git-annex-required.mdwn @@ -20,8 +20,8 @@ of the repository. While [[git-annex-wanted]] is just a preference, [[git-annex-required]] designates content that should really not be -removed. For example a file that is `wanted` can be removed with `git -annex drop`, but if that file is `required`, it would need to be +removed. For example a file that is `wanted` can be removed with +`git annex drop`, but if that file is `required`, it would need to be removed with `git annex drop --force`. # NOTES |