Skip to content

Commit

Permalink
MAN: Fix examples in convert2da man page
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 26, 2022
1 parent fdc4e0a commit 3203b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/convert2da.1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ games.
Convert the 2DA file1.2da into an ASCII 2DA
.Pa file2.2da :
.Pp
.Dl $ convert2da -a file1.2da -o file2.2da
.Dl $ convert2da -a -o file2.2da file1.2da
.Pp
Convert the 2DA file1.2da into an ASCII 2DA on
.Dv stdout :
Expand All @@ -78,13 +78,13 @@ Convert the 2DA
into a binary 2DA
.Pa file2.2da :
.Pp
.Dl $ convert2da -b file1.2da -o file2.2da
.Dl $ convert2da -b -o file2.2da file1.2da
.Pp
Convert the 2DA
.Pa file1.2da
into a CSV file:
.Pp
.Dl $ convert2da -c file1.2da -o file2.csv
.Dl $ convert2da -c -o file2.csv file1.2da
.Sh SEE ALSO
.Xr gff2xml 1
.Pp
Expand Down

0 comments on commit 3203b5c

Please sign in to comment.