chore(init): More info on cli
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
678231d637
commit
43272a0197
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -e
|
|||
RED='\033[0;31m'
|
||||
GREEN='\033[0;32m'
|
||||
YELLOW='\033[0;33m'
|
||||
BWHITE='\033[1;37m'
|
||||
NC='\033[0m' # No Color
|
||||
# --- helper functions for logs ---
|
||||
info()
|
||||
|
|
@ -180,3 +181,4 @@ function main() {
|
|||
main
|
||||
|
||||
info "Configuration file is saved in /var/lib/openreplay/vars.yaml"
|
||||
info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue