Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
update usage message on CLI tool to avoid confusion with displayed de…
Browse files Browse the repository at this point in the history
…faults
  • Loading branch information
kevinwilson541 committed Jun 28, 2017
1 parent fae9060 commit 0465157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const path = require("path"),

const vorpal = require("vorpal")();
const argv = require("yargs")
.usage("Usage: $0 -h localhost -p 7021 -a '' -I foo")
.usage("Usage: $0 [OPTIONS] [cmd [arg [arg ...]]]")
.demand([])
.help("help")
.describe("I", "Unique instance identifier of the node being connected to.")
Expand Down

0 comments on commit 0465157

Please sign in to comment.