diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-06-13 12:10:46 +0200 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 02:43:47 +0000 |
commit | 863ae74a1fdc11aec2e94167b30c1d7f7b6fd1e7 (patch) | |
tree | 51e9c3a02fbbb61dc9cf8997894df1d3078a7ef1 | |
parent | c493f436218b473e11eac3786222b53430ef592b (diff) |
[doc] Update git-subtree-check.sh README
Github-Pull: #8545
Rebased-From: fa3d9740099c8513f9942983f135f58890e62cb5
-rw-r--r-- | contrib/devtools/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index bb8b9246b8..af5c000b03 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -51,8 +51,9 @@ maintained: * for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master) * for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork) * for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master) +* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master) -Usage: `git-subtree-check.sh DIR COMMIT` +Usage: `git-subtree-check.sh DIR (COMMIT)` `COMMIT` may be omitted, in which case `HEAD` is used. |