Skip to content

Commit

Permalink
Address changes suggested by @srijan-paul
Browse files Browse the repository at this point in the history
  • Loading branch information
singul4ri7y committed Aug 8, 2024
1 parent e524558 commit d1617da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pallene/pallenec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
)

-- No Pallene tracebacks
p:flag("--use-traceback", "Use function traceback for debugging using Pallene Tracer")
p:flag("--use-traceback", "Enable call-stack tracing")

p:option("-O", "Optimization level")
:args(1):convert(tonumber)
Expand Down

0 comments on commit d1617da

Please sign in to comment.