aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-19 09:37:47 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-19 09:37:47 -0400
commit622b6d8dd846661b2b0dde432dd5567c89018d7a (patch)
treec59f45198dcd4cff98ec09d94c2b9ca0c71871d9 /core
parent782c583aa46ba0e04f87749126e06f1d81780f7d (diff)
downloadtextadept-622b6d8dd846661b2b0dde432dd5567c89018d7a.tar.gz
textadept-622b6d8dd846661b2b0dde432dd5567c89018d7a.zip
Small changes to dynamic args messages and Luadoc.
Diffstat (limited to 'core')
-rw-r--r--core/args.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/args.lua b/core/args.lua
index 8599afe8..5647851f 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -56,7 +56,7 @@ local function show_help()
end
table.sort(help)
gui.dialog('textbox',
- '--informative-text', 'Command line parameters',
+ '--title', 'Command line parameters',
'--text', table.concat(help, '\n'),
'--button1', 'gtk-ok')
events.emit('arg_none')