Changed name of binary to opam-graph, to be consistent with existing tools

This commit is contained in:
rand00 2022-04-11 00:22:28 +02:00
parent 8c9e3748f5
commit 621933fb51
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(executable
(name main)
(public_name opam_graph)
(public_name opam-graph)
(libraries cmdliner logs logs.fmt fmt.cli fmt.tty logs.cli opam-graph))

View file

@ -78,7 +78,7 @@ let file =
let cmd =
let term = Term.(const jump $ setup_log $ transitive $ file $ output_format) in
let info = Cmd.info "opam_graph" ~version:"%%VERSION%%" in
let info = Cmd.info "opam-graph" ~version:"%%VERSION%%" in
Cmd.v info term
let () = Cmd.eval cmd |> exit