Add Editor to usage message

This commit is contained in:
Kevin Sawicki
2014-02-24 16:41:34 -08:00
parent 336f0382b5
commit 4358ff9183

View File

@@ -68,7 +68,7 @@ parseCommandLine = ->
version = app.getVersion()
options = optimist(process.argv[1..])
options.usage """
Atom #{version}
Atom Editor v#{version}
Usage: atom [options] [file ...]
"""