Skip to content

Commit 2356e19

Browse files
committed
Code Review
1 parent b29d2ec commit 2356e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qualcomm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def setup_common_args_and_variables():
587587

588588
parser.add_argument(
589589
"--ci",
590-
help="This flag is for Continuous Integration(CI) purpose and is NOT recommended to turn on for typical use cases.",
590+
help="This flag is for Continuous Integration(CI) purpose and is NOT recommended to turn on for typical use cases. It will use random inputs instead of real inputs.",
591591
action="store_true",
592592
default=False,
593593
)

0 commit comments

Comments
 (0)