From af35cf65a0098cfc80f708510d4610c92818587b Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Thu, 20 May 2021 01:03:13 +0530 Subject: [PATCH] fix(cli): fix logs flag Signed-off-by: Rajesh Rajendran --- scripts/helm/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index db3665b7e..19392c1ce 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -119,7 +119,7 @@ status() { [[ $# -eq 0 ]] && usage && exit 1 -PARSED_ARGUMENTS=$(color getopt -a -n openreplay-cli -o vhds:S:l:r:i: --long verbose,help,status,start:,stop:,restart:,install: -- "$@") +PARSED_ARGUMENTS=$(color getopt -a -n openreplay-cli -o vhds:S:l:r:i: --long verbose,help,status,start:,stop:,logs:,restart:,install: -- "$@") VALID_ARGUMENTS=$? if [[ "$VALID_ARGUMENTS" != "0" ]]; then usage