Skip to content

Commit

Permalink
luajit: clarify description
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 20, 2023
1 parent b24063b commit a83576a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion format/all/all.fqtest
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $ fq -n _registry.groups.probe
"gif",
"gzip",
"jpeg",
"luajit",
"macho",
"macho_fat",
"matroska",
Expand Down Expand Up @@ -106,7 +107,7 @@ ipv6_packet Internet protocol v6 packet
jpeg Joint Photographic Experts Group file
json JavaScript Object Notation
jsonl JavaScript Object Notation Lines
luajit LuaJIT 2.0 bytecode dump
luajit LuaJIT 2.0 bytecode
macho Mach-O macOS executable
macho_fat Fat Mach-O macOS executable (multi-architecture)
markdown Markdown
Expand Down
2 changes: 1 addition & 1 deletion format/luajit/luajit.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
interp.RegisterFormat(
format.LuaJIT,
&decode.Format{
Description: "LuaJIT 2.0 bytecode dump",
Description: "LuaJIT 2.0 bytecode",
DecodeFn: LuaJITDecode,
})
interp.RegisterFS(LuaJITFS)
Expand Down

0 comments on commit a83576a

Please sign in to comment.