latex3 / l3sys-query

System queries for LaTeX using Lua
MIT License
1 stars 2 forks source link

Leave command invocation only in SYNOPSIS section #8

Closed muzimuzhi closed 7 months ago

muzimuzhi commented 7 months ago

This also removes the leading space before "Usage" in SYNOPSIS.

Before

NAME
       l3sys-query

SYNOPSIS
        Usage l3sys-query <cmd> [<options>] [<args>]
//     ^ notice the leading space here

After

NAME
       l3sys-query

SYNOPSIS
       l3sys-query <cmd> [<options>] [<args>]