wording
This commit is contained in:
parent
eec9312090
commit
26e6def0ef
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# NAME
|
||||
|
||||
git-annex whereused - find what files use, or used a key
|
||||
git-annex whereused - find what files use or used a key
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
|
@ -8,7 +8,7 @@ git annex whereused `--key=keyname|--unused`
|
|||
|
||||
# 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,
|
||||
starting with the key, then a space, and then the name of the file.
|
||||
|
|
|
@ -449,7 +449,7 @@ content from the key-value store.
|
|||
|
||||
* `whereused`
|
||||
|
||||
Finds what files use, or used a key.
|
||||
Finds what files use or used a key.
|
||||
|
||||
* `log [path ...]`
|
||||
|
||||
|
|
Loading…
Reference in a new issue