From f1a766f7a97224fce775924166153ce650e373ea 2013-10-10 22:36:47 From: Katie Silverio Date: 2013-10-10 22:36:47 Subject: [PATCH] Changed ipython profile locate foo -> ipython locate profile foo in docs --- diff --git a/IPython/core/profileapp.py b/IPython/core/profileapp.py index 609b31c..0e93659 100644 --- a/IPython/core/profileapp.py +++ b/IPython/core/profileapp.py @@ -86,7 +86,7 @@ _main_examples = """ ipython profile create -h # show the help string for the create subcommand ipython profile list -h # show the help string for the list subcommand -ipython profile locate foo # print the path to the directory for profile 'foo' +ipython locate profile foo # print the path to the directory for profile 'foo' """ #-----------------------------------------------------------------------------