stub help formatted same as real help

develop
Myk 2022-09-22 17:43:56 -07:00 committed by GitHub
parent 4d662adfe5
commit b07f3b5b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -120,7 +120,7 @@ No help available.
]]
local function make_default_entry(entry_name, help_source, kwargs)
local default_long_help = DEFAULT_HELP_TEMPLATE:format(
entry_name, ('*'):rep(#entry_name))
entry_name, ('='):rep(#entry_name))
return {
help_source=help_source,
short_help='No help available.',