diff --git a/gpumon/gpumon_cli.ml b/gpumon/gpumon_cli.ml index 9e878914..8d0f4bec 100644 --- a/gpumon/gpumon_cli.ml +++ b/gpumon/gpumon_cli.ml @@ -15,7 +15,7 @@ let default_cmd = "for testing and debugging. This tool is not intended to be used as an "; "end user tool"] in Cmdliner.Term.(ret (const (fun _ -> `Help (`Pager, None)) $ const ())), - Cmdliner.Term.info "memory_cli" ~version:(version_str Cmds.description) ~doc + Cmdliner.Term.info "gpumon_cli" ~version:(version_str Cmds.description) ~doc let cli () = let rpc = Gpumon_client.rpc in