fix: update help msg

This commit is contained in:
Philipp Walter 2022-07-23 21:41:49 +02:00
parent fb35c2da11
commit f4a25f5a0d
No known key found for this signature in database
GPG Key ID: BEAA87F44BCBE7D1

View File

@ -13,20 +13,20 @@ Flags:
-v, --version Show version information for this CLI
Commands:
status Check the status of all services
status [options] Check the status of all services
start Start the Citadel service
stop Stop the Citadel service safely
restart <service> Restart Citadel or individual services
restart [service] Restart Citadel or individual services
reboot Reboot the system
shutdown Shutdown the system
update Update Citadel
update [options] Update Citadel
list List all installed services apps
run <service> "<command>" Run a command inside a container
set <command> Switch between Bitcoin & Lightning implementations
app <command> Install, update or restart apps
configure <service> Edit service & app configuration files
logs <service> Show logs for an app or service
debug View logs for troubleshooting
logs [service] Show logs for an app or service
debug [options] View logs for troubleshooting
EOF
}