cmd: Move p2psim into top-level cmd directory

Signed-off-by: Lewis Marshall <lewis@lmars.net>
This commit is contained in:
Lewis Marshall 2017-09-15 22:58:26 +01:00
parent cd12a9efdd
commit 30810aace4
3 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,7 @@ ID.
## Command line client
`p2psim` is a command line client for the HTTP API, located in
`p2p/simulations/cmd/p2psim`.
`cmd/p2psim`.
It provides the following commands:

View file

@ -6,7 +6,7 @@ set -e
main() {
if ! which p2psim &>/dev/null; then
fail "missing p2psim binary (you need to build p2p/simulations/cmd/p2psim and put it in \$PATH)"
fail "missing p2psim binary (you need to build cmd/p2psim and put it in \$PATH)"
fi
info "creating 10 nodes"