Skip to content

Commit

Permalink
Fix: #245 -g and -clean option description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shaloo committed Jan 14, 2024
1 parent d8008df commit 17b4f83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/common/gp_common_opt.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -76,7 +79,7 @@

::

-v, --version show the version information and exita
-v, --version show the version information and exit

::

Expand All @@ -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.

0 comments on commit 17b4f83

Please sign in to comment.