Changed name of binary to opam-graph, to be consistent with existing tools
This commit is contained in:
parent
8c9e3748f5
commit
621933fb51
2 changed files with 2 additions and 2 deletions
2
app/dune
2
app/dune
|
@ -1,4 +1,4 @@
|
||||||
(executable
|
(executable
|
||||||
(name main)
|
(name main)
|
||||||
(public_name opam_graph)
|
(public_name opam-graph)
|
||||||
(libraries cmdliner logs logs.fmt fmt.cli fmt.tty logs.cli opam-graph))
|
(libraries cmdliner logs logs.fmt fmt.cli fmt.tty logs.cli opam-graph))
|
||||||
|
|
|
@ -78,7 +78,7 @@ let file =
|
||||||
|
|
||||||
let cmd =
|
let cmd =
|
||||||
let term = Term.(const jump $ setup_log $ transitive $ file $ output_format) in
|
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
|
Cmd.v info term
|
||||||
|
|
||||||
let () = Cmd.eval cmd |> exit
|
let () = Cmd.eval cmd |> exit
|
||||||
|
|
Loading…
Reference in a new issue