(no commit message)
authorlell <lell@web>
Tue, 28 Nov 2023 10:41:02 +0000 (10:41 +0000)
committeradmin <admin@branchable.com>
Tue, 28 Nov 2023 10:41:02 +0000 (10:41 +0000)
doc/bugs/git-annex_findkeys_does_not_know_--largerthan.mdwn

index afe4db9a2cf7a8b35be171a2ea71e8b511e27c36..17a26da75476b04225c0fed46a7b871932e7d49b 100644 (file)
@@ -12,13 +12,13 @@ is important for me as it allows me to track down the files that occupy most of
 archive. However, if I try to call the above command, it does not show me a list of keys matching the criterion, but a help page
 as if I have misspelled the option:
 
-> $ git annex findkeys --largerthan 1
-> Invalid option `--largerthan'
->
-> Usage: git-annex COMMAND
->  git-annex - manage files with git, without checking their contents in
->
->  Commonly used commands:
+>     $ git annex findkeys --largerthan 1
+>     Invalid option `--largerthan'
+>     
+>     Usage: git-annex COMMAND
+>       git-annex - manage files with git, without checking their contents in
+>     
+>     Commonly used commands:
 >
 >  add             add files to annex
 > ......