examples: add option --interactive|-i
This commit is contained in:
parent
33ff8d82be
commit
c19f7ebb01
5 changed files with 33 additions and 16 deletions
|
|
@ -3,7 +3,11 @@
|
|||
USAGE_INFO='
|
||||
Starting shell...
|
||||
Run "c COMMAND" to execute a command on the bitcoin node
|
||||
Run "c" to start a shell session inside the node'
|
||||
Run "c" to start a shell session inside the node
|
||||
|
||||
Example:
|
||||
c systemctl status bitcoind
|
||||
'
|
||||
|
||||
# BASH_ENVIRONMENT contains definitions of read-only variables like 'BASHOPTS' that
|
||||
# cause warnings on evaluation. Suppress these warnings while sourcing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue