Changeset 68 in code for trunk/cli/new.ml


Ignore:
Timestamp:
Aug 21, 2024, 2:15:27 AM (8 months ago)
Author:
yakumo.izuru
Message:

Update inline documentation

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/new.ml

    r66 r68  
    2424  let man = [
    2525      `S Manpage.s_description;
    26       `P "Create a new article, with title 'Draft' when none provided" ]
     26      `P "Create a new article, with title 'Draft' when none provided";
     27      `S Manpage.s_environment;
     28      `P "USER - The login name of the user, used if the Authors field is blank";
     29      `P "EDITOR - Default editor name" ]
    2730  in
    2831  let info = Cmd.info "new" ~version:"%%VERSION%%" ~doc ~man in
Note: See TracChangeset for help on using the changeset viewer.