README.md in octopress-3.0.0.rc.25 vs README.md in octopress-3.0.0.rc.26

- old
+ new

@@ -29,10 +29,11 @@ | `octopress new <PATH>` | Like `jekyll new` + `octopress init` | | `octopress new post <TITLE>` | Add a new post to your site | | `octopress new page <PATH>` | Add a new page to your site | | `octopress new draft <TITLE>` | Add a new draft post to your site | | `octopress publish <PATH>` | Publish a draft from _drafts to _posts | -| `octopress isolate [search]` | Isolate one or more posts for a faster build | +| `octopress unpublish <POST>` | Convert a post into a draft | +| `octopress isolate <POST>` | Isolate one or more posts for a faster build | | `octopress integrate` | Restores all posts, reverting isolation. | Run `octopress [command] --help` to learn more about any command and see its options. ### Deployment