Fix some typos on the docs
Signed-off-by: Aoi Koizumi (古泉 あおい) <novaburst@kalli.st> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@10 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
@@ -26,5 +26,5 @@ let publish ids =
|
||||
open Cmdliner
|
||||
let term =
|
||||
let ids = Arg.(value & pos_all string [] & info [] ~docv:"text ids") in
|
||||
let doc = "convert texts into standart public dirs public_{html,gemini,gopher} if they exists" in
|
||||
let doc = "convert texts into standard public dirs public_{html,gemini,gopher} if they exist" in
|
||||
Term.(const publish $ ids), Term.info "publish" ~doc ~man:[ `S "DESCRIPTION"; `P doc ]
|
||||
|
||||
Reference in New Issue
Block a user