Skip to content

Commit 9be9fb0

Browse files
committed
thecl.1: document -h header dump mode
s/level/enemy/g also today is 27th :tannedgod:
1 parent a645fe1 commit 9be9fb0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

thecl/thecl.1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2525
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2626
.\" DAMAGE.
27-
.Dd October 26, 2019
27+
.Dd October 27, 2019
2828
.Dt THECL 1
2929
.Os thtk
3030
.Sh NAME
3131
.Nm thecl
32-
.Nd Touhou level script tool
32+
.Nd Touhou enemy control language script tool
3333
.Sh SYNOPSIS
3434
.Nm
3535
.Op Fl Vr
36-
.Op Oo Fl c | d Oc Ar version
36+
.Op Oo Fl c | h | d Oc Ar version
3737
.Oo Fl m Ar eclmap Oc Ns Ar ...
3838
.Op Ar input Op Ar output
3939
.Sh DESCRIPTION
@@ -43,9 +43,11 @@ utility (de)compiles ecl scripts.
4343
The following commands are available:
4444
.Bl -tag -width Ds
4545
.It Nm Fl c Ar version Oo Fl s Oc Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
46-
Compiles a level script.
46+
Compiles an enemy script.
47+
.It Nm Fl h Ar version Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
48+
Creates a header file with forward declarations of all subs in input.
4749
.It Nm Fl d Ar version Oo Fl r Oc Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
48-
Dumps a level script.
50+
Dumps an enemy script.
4951
.It Fl V
5052
Displays the program version.
5153
.El
@@ -69,7 +71,7 @@ option enables simple creation mode, which doesn't add any instructions automati
6971
.Pp
7072
Replace the
7173
.Ar #
72-
option by the level script format version requested.
74+
option by the enemy script format version requested.
7375
Running the program without a command will list the supported formats.
7476
.Sh EXIT STATUS
7577
The

0 commit comments

Comments
 (0)