Skip to content

Commit

Permalink
One "spec" to "args" corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 7, 2024
1 parent 0865321 commit e06e707
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 @@ -34,7 +34,7 @@ function docinit_hook()
local help_text = assert(f:read("*a"))
f:close()

insert(man_t,(help_text:gsub("\nUsage.*spec>]\n\n","")
insert(man_t,(help_text:gsub("\nUsage.*args>]\n\n","")
:gsub("Valid commands",".SH COMMANDS\nValid commands")
:gsub("Valid options",".SH OPTIONS\nValid options")
:gsub("Full manual",'.SH "SEE ALSO"\nFull manual')
Expand Down

0 comments on commit e06e707

Please sign in to comment.