Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

cardano-wallet-server --help command example outdated #269

Open
Anviking opened this issue Jan 28, 2019 · 0 comments
Open

cardano-wallet-server --help command example outdated #269

Anviking opened this issue Jan 28, 2019 · 0 comments
Labels
BUG Something isn't working

Comments

@Anviking
Copy link
Member

Anviking commented Jan 28, 2019

Release Operating System Cause
next Windows & OSX & Linux) Code

Context

  • ?
  • The cardano-node executable was renamed to cardano-wallet-server some month(s) ago

Steps to Reproduce

  1. stack exec -- cardano-wallet-server --help
  2. Look at the end of the output (under "Command example")

Expected behavior

  1. I expect the example to describe cardano-wallet-server
  2. I expect the example to be valid / runnable
  3. I expect the example to be well thought out and suitable for… some… purpose

Actual behavior

Output:

[...]

Command example:

  stack exec -- cardano-node                                             \
    --db-path node-db0                                                   \
    --rebuild-db                                                         \
    --keyfile secrets/secret-1.key                                       \
    --kademlia-id a_P8zb6fNP7I2H54FtGuhqxaMDAwMDAwMDAwMDAwMDA=           \
    --address 127.0.0.1:3000                                             \
    --listen 127.0.0.1:3000                                              \
    --kademlia-address 127.0.0.1:3000                                    \
    --json-log=/tmp/logs/2017-05-22_181224/node0.json                    \
    --logs-prefix /tmp/logs/2017-05-22_181224                            \
    --log-config /tmp/logs/2017-05-22_181224/conf/node0.log.yaml         \
    --kademlia-dump-path /tmp/logs/2017-05-22_181224/dump/kademlia0.dump \
    --system-start 1495462345
  1. It refers to cardano-node
  2. It is not othwerise runnable ( after replacing cardano-node with cardano-wallet-server)

Resolution Plan

PR

Number Base
#? develop

QA

@Anviking Anviking added the BUG Something isn't working label Jan 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant