diff options
-rw-r--r-- | core/args.lua | 2 | ||||
-rw-r--r-- | modules/textadept/session.lua | 2 |
2 files changed, 2 insertions, 2 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') diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 5f5c4666..057ea449 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -11,7 +11,7 @@ module('_m.textadept.session', package.seeall) -- -- * `DEFAULT_SESSION`: The path to the default session file. -- * `SAVE_ON_QUIT`: Save the session when quitting. Defaults to true and can be --- disabled by passing the command line switch '-n' or '--no-session' to +-- disabled by passing the command line switch '-n' or '--nosession' to -- Textadept. -- settings |