49 lines
2.8 KiB
Text
49 lines
2.8 KiB
Text
[[!comment format=mdwn
|
|
username="driusan@4d47e7deeb2f5d3846792d049ed06f96a0c3ca98"
|
|
nickname="driusan"
|
|
avatar="http://cdn.libravatar.org/avatar/409b69c3ae7b431fc16129ccdadae9cd"
|
|
subject="Options don't match git-annex lookupkey --help"
|
|
date="2019-03-30T16:05:29Z"
|
|
content="""
|
|
The options in this man page don't quite match what shows up with git-annex lookupkey --help. `--help` seems to include a lot of options that are non-sensicle in the context of lookup key.
|
|
|
|
|
|
> % git-annex lookupkey --help
|
|
> git-annex lookupkey - looks up key used for file
|
|
>
|
|
> Usage: git-annex lookupkey [--batch] [-z] [FILE ...]
|
|
>
|
|
>Available options:
|
|
> --batch enable batch mode
|
|
> -z null delimited batch input
|
|
> --force allow actions that may lose annexed data
|
|
> -F,--fast avoid slow operations
|
|
> -q,--quiet avoid verbose output
|
|
> -v,--verbose allow verbose output (default)
|
|
> -d,--debug show debug messages
|
|
> --no-debug don't show debug messages
|
|
> -b,--backend NAME specify key-value backend to use
|
|
> -N,--numcopies NUMBER override default number of copies
|
|
> --trust REMOTE override trust setting
|
|
> --semitrust REMOTE override trust setting back to default
|
|
> --untrust REMOTE override trust setting to untrusted
|
|
> -c,--config NAME=VALUE override git configuration setting
|
|
> --user-agent NAME override default User-Agent
|
|
> --trust-glacier Trust Amazon Glacier inventory
|
|
> --notify-finish show desktop notification after transfer finishes
|
|
> --notify-start show desktop notification after transfer starts
|
|
> -h,--help Show this help text
|
|
>
|
|
>For details, run: git-annex help lookupkey
|
|
>% git-annex version
|
|
>git-annex version: 7.20190322-gbc302b56a
|
|
>build flags: S3(multipartupload)(storageclasses) TorrentParser Feeds Testsuite
|
|
>dependency versions: aws-0.21.1 bloomfilter-2.0.1.0 cryptonite-0.25 feed-1.0.1.0 ghc-8.6.3 http-client-0.6.2 persistent-sqlite-2.9.2 torrent-10000.1.1 uuid-1.3.13
|
|
>key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 BLAKE2B256E BLAKE2B256 BLAKE2B512E BLAKE2B512 BLAKE2B160E BLAKE2B160 BLAKE2B224E BLAKE2B224 BLAKE2B384E BLAKE2B384 BLAKE2S256E BLAKE2S256 BLAKE2S160E BLAKE2S160 BLAKE2S224E BLAKE2S224 BLAKE2SP256E BLAKE2SP256 BLAKE2SP224E BLAKE2SP224 SHA1E SHA1 MD5E MD5 WORM URL
|
|
>remote types: git gcrypt p2p S3 bup directory rsync web bittorrent adb tahoe glacier ddar hook external
|
|
>operating system: dragonfly x86_64
|
|
>supported repository versions: 5 7
|
|
>upgrade supported from repository versions: 0 1 2 3 4 5 6
|
|
>local repository version: 5
|
|
|
|
"""]]
|