diff --git a/src/beautify.coffee b/src/beautify.coffee index 9c6a042..4a3f744 100644 --- a/src/beautify.coffee +++ b/src/beautify.coffee @@ -547,7 +547,7 @@ plugin.checkUnsupportedOptions = -> unsupportedOptions = getUnsupportedOptions() if unsupportedOptions.length isnt 0 atom.notifications.addWarning("Please run Atom command 'Atom-Beautify: Migrate Settings'.", { - detail : "You have unsupported options: #{unsupportedOptions.join(', ')}", + detail : "You can open the Atom command palette with `cmd-shift-p` (OSX) or `ctrl-shift-p` (Linux/Windows) in Atom. You have unsupported options: #{unsupportedOptions.join(', ')}", dismissable : true })