diff --git a/ge/offline/main.cc b/ge/offline/main.cc index 55478991..9cd7c6a7 100755 --- a/ge/offline/main.cc +++ b/ge/offline/main.cc @@ -310,7 +310,7 @@ class GFlagUtils { " --op_compiler_cache_dir Set the save path of operator compilation cache files.\n" "Default value: $HOME/atc_data/kernel_cache\n" " --op_compiler_cache_mode Set the operator compilation cache mode." - "Options are disable(default), enable and force(force to refresh the cache)" + "Options are disable(default), enable and force(force to refresh the cache)\n" " --display_model_info enable for display model info; 0(default): close display, 1: open display"); gflags::ParseCommandLineNonHelpFlags(&argc, &argv, true);