Skip to content

Commit

Permalink
CP-26717: Rename gpumon CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Akanksha Mathur <akanksha.mathur@citrix.com>
  • Loading branch information
Akanksha Mathur committed Jan 30, 2018
1 parent a8d39d1 commit 9e0eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpumon/gpumon_cli.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e0eaef

Please sign in to comment.