Skip to content

Commit

Permalink
Stick to 'target'
Browse files Browse the repository at this point in the history
At least until/unless we clean up generally.
  • Loading branch information
josephwright committed Mar 5, 2024
1 parent 34e4ca0 commit b9d6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function docinit_hook()
insert(man_t,'.TH ' .. string.upper(module) .. ' 1 "'
.. readme:sub(date_start,date_end) .. '" "LaTeX"\n')
insert(man_t,(".SH NAME\n" .. module .. "\n"))
insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. " <cmd> [<options>] [<names>]\n"))
insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. " <target> [<options>] [<names>]\n"))
insert(man_t,".SH DESCRIPTION")

local _,desc_start = find(readme,"Overview\n--------")
Expand Down

0 comments on commit b9d6991

Please sign in to comment.