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

index 97419f2c27e78957f91ed2e5f6f098233382ece1..afe4db9a2cf7a8b35be171a2ea71e8b511e27c36 100644 (file)
@@ -26,13 +26,13 @@ as if I have misspelled the option:
 ### What steps will reproduce the problem?
 
 [[!format sh """
-echo hi > file
-git annex init
-git annex add file
-git commit -m "Test commit"
-git annex find --largerthan 1   # << this lists "file"
-git annex findkeys --largerthan 1   # << this fails
-]]
+    echo hi > file
+    git annex init
+    git annex add file
+    git commit -m "Test commit"
+    git annex find --largerthan 1   # << this lists "file"
+    git annex findkeys --largerthan 1   # << this fails
+"""]]
 
 ### What version of git-annex are you using? On what operating system?