Skip to content

Commit

Permalink
Use command descriptions from legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 15, 2023
1 parent 20b0600 commit 67a8c96
Show file tree
Hide file tree
Showing 49 changed files with 176 additions and 125 deletions.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Address.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pAddressCmds _ envCli =
subInfoParser "address"
( Opt.progDesc
$ mconcat
[ "Address commands."
[ "Payment address commands."
]
)
[ Just
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Genesis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pGenesisCmds envCli =
subInfoParser "genesis"
( Opt.progDesc
$ mconcat
[ "Genesis commands."
[ "Genesis block commands."
]
)
[ Just
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Key.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pKeyCmds =
subInfoParser "key"
( Opt.progDesc
$ mconcat
[ "Key commands."
[ "Key utility commands."
]
)
[ Just
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Node.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pNodeCmds =
subInfoParser "node"
( Opt.progDesc
$ mconcat
[ "Node commands."
[ "Node operation commands."
]
)
[ Just
Expand Down
3 changes: 2 additions & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ pQueryCmds envCli =
subInfoParser "query"
( Opt.progDesc
$ mconcat
[ "Query commands."
[ "Node query commands. Will query the local node whose Unix domain socket is "
, "obtained from the CARDANO_NODE_SOCKET_PATH environment variable."
]
)
[ Just
Expand Down
3 changes: 2 additions & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Options/TextView.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pTextViewCmds =
subInfoParser "text-view"
( Opt.progDesc
$ mconcat
[ "text-view commands."
[ "Commands for dealing with Shelley TextView files. Transactions, addresses etc "
, "are stored on disk as TextView files."
]
)
[ Just
Expand Down
Loading

0 comments on commit 67a8c96

Please sign in to comment.