Skip to content

Commit dab3759

Browse files
authored
Update help text for configuration argumentf
1 parent fbdf572 commit dab3759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/torch/test_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def main(args):
457457
type=str,
458458
required=False,
459459
default=None,
460-
help="Path to configuration file.",
460+
help="base64 encode configuration json.",
461461
)
462462
args = parser.parse_args()
463463
main(args=args)

0 commit comments

Comments
 (0)