Skip to content

Commit fed302c

Browse files
committed
Fix publish help - no longer publish the doc
1 parent 4b652ed commit fed302c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let publish_cli () (`Build_dir build_dir) (`Package_version version)
3939

4040
open Cmdliner
4141

42-
let doc = "Publish package distribution archives and/or documentation."
42+
let doc = "Publish package distribution archives."
4343
let sdocs = Manpage.s_common_options
4444
let exits = Cli.exits
4545
let man_xrefs = [ `Main; `Cmd "distrib" ]

0 commit comments

Comments
 (0)