Skip to content

Commit b1fa79a

Browse files
Improve help message
1 parent d08da04 commit b1fa79a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kb_python/main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1608,8 +1608,7 @@ def setup_extract_args(
16081608
'-g',
16091609
metavar='T2G',
16101610
help=(
1611-
'Path to transcript-to-gene mapping.'
1612-
' Required if and only if target_type is gene'
1611+
'Path to transcript-to-gene mapping file (required when target_type = gene or extract_all = True).'
16131612
),
16141613
type=str,
16151614
)

0 commit comments

Comments
 (0)