examples: add option --interactive|-i
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user