Skip to content

Commit

Permalink
Add 'new' to help output.
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Sep 9, 2012
1 parent e5c2149 commit 4a59b23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tmuxinator/cli.rb
Expand Up @@ -25,7 +25,8 @@ def usage
start [project_name]
start a tmux session using project's tmuxinator config
open [project_name]
create a new project file and open it in your editor
new [project_name]
create a new project file and open it in your editor, aliases: new, n, o
copy [source_project] [new_project]
copy source_project project file to a new project called new_project
delete [project_name]
Expand All @@ -35,7 +36,7 @@ def usage
list [-v]
list all existing projects
doctor
look for problems in your configuration
look for problems in your configuration
help
shows this help document
version
Expand Down

0 comments on commit 4a59b23

Please sign in to comment.