diff --git a/src/otx/cli/tools/train.py b/src/otx/cli/tools/train.py index a6b40b03d02..cb7c3fb4830 100644 --- a/src/otx/cli/tools/train.py +++ b/src/otx/cli/tools/train.py @@ -165,8 +165,8 @@ def get_args(): type=str, default=None, help="Track resources utilization and max memory usage and save values at the output path. " - "The possible options are 'cpu', 'gpu' or you can set to a comma-separated list of resource types. " - "And 'all' is also available for choosing all resource types.", + "The possible options are 'cpu', 'gpu' or you can set to a comma-separated list of resource types. " + "And 'all' is also available for choosing all resource types.", ) sub_parser = add_hyper_parameters_sub_parser(parser, hyper_parameters, return_sub_parser=True)