From 17b4f839648e42f13bbeb34ce8fbeff91900fc8e Mon Sep 17 00:00:00 2001 From: shaloo <5890484+shaloo@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:03:37 +0530 Subject: [PATCH] Fix: #245 -g and -clean option description updated --- docs/source/common/gp_common_opt.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/common/gp_common_opt.inc b/docs/source/common/gp_common_opt.inc index 0506aec..ebc0359 100644 --- a/docs/source/common/gp_common_opt.inc +++ b/docs/source/common/gp_common_opt.inc @@ -55,6 +55,9 @@ set, --job-scheduler, --force options and job up-to- date status are ignored (default: false) + Note: Do not use -g option with --clean, use '>' to redirect + the output of the --clean command option + :: -l {debug,info,warning,error,critical}, --log {debug,info,warning,error,critical} @@ -76,7 +79,7 @@ :: - -v, --version show the version information and exita + -v, --version show the version information and exit :: @@ -88,4 +91,7 @@ stored in GENPIPES_FILE, if this option is specified . Otherwise, the output will be redirected to stdout . This file can be used to actually "run the - GenPipes Pipeline". + GenPipes Pipeline" + + Note: Do not use -g option with -clean. Use '>' to redirect + the output to a file when using -clean option.