This commit is contained in:
Joey Hess 2021-07-14 17:08:38 -04:00
parent eec9312090
commit 26e6def0ef
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# NAME # NAME
git-annex whereused - find what files use, or used a key git-annex whereused - find what files use or used a key
# SYNOPSIS # SYNOPSIS
@ -8,7 +8,7 @@ git annex whereused `--key=keyname|--unused`
# DESCRIPTION # DESCRIPTION
Finds what files use, or used a key. Finds what files use or used a key.
For each file in the working tree that uses a key, this outputs one line, For each file in the working tree that uses a key, this outputs one line,
starting with the key, then a space, and then the name of the file. starting with the key, then a space, and then the name of the file.

View file

@ -449,7 +449,7 @@ content from the key-value store.
* `whereused` * `whereused`
Finds what files use, or used a key. Finds what files use or used a key.
* `log [path ...]` * `log [path ...]`