README.md in octopress-3.0.0.rc.32 vs README.md in octopress-3.0.0.rc.33
- old
+ new
@@ -72,11 +72,10 @@
| Option | Description |
|:---------------------|:----------------------------------------|
| `--template PATH` | Use a template from <path> |
| `--date DATE` | The date for the post. Should be parseable by [Time#parse](http://ruby-doc.org/stdlib-2.1.0/libdoc/time/rdoc/Time.html#method-i-parse) |
-| `--lang LANGUAGE` | Set post language (e.g. en, it) for multi-language sites. |
| `--slug SLUG` | Slug for the new post. |
| `--dir DIR` | Create post at _posts/DIR/. |
| `--force` | Overwrite existing file. |
### New Page
@@ -104,11 +103,10 @@
| Option | Description |
|:---------------------|:----------------------------------------|
| `--template PATH` | Use a template from <path> |
| `--title TITLE` | The title of the new page |
| `--date DATE` | The date for the page. Should be parseable by [Time#parse](http://ruby-doc.org/stdlib-2.1.0/libdoc/time/rdoc/Time.html#method-i-parse) |
-| `--lang LANGUAGE` | Set page language (e.g. en, it) for multi-language sites. |
| `--force` | Overwrite existing file. |
Note: The default page template doesn't expect a date. If you want to add dates
to your pages, consider adding `date: {{ date }}` to the default template
`_templates/page`, or create a new template to use for dated pages. Otherwise,
@@ -124,10 +122,9 @@
| Option | Description |
|:-------------------|:------------------------------------------|
| `--template PATH` | Use a template from <path> |
| `--date DATE` | The date for the draft. Should be parseable by [Time#parse](http://ruby-doc.org/stdlib-2.1.0/libdoc/time/rdoc/Time.html#method-i-parse) (defaults to Time.now) |
-| `--lang LANGUAGE` | Set draft language (e.g. en, it) for multi-language sites. |
| `--slug SLUG` | The slug for the new post. |
| `--force` | Overwrite existing file. |
### Publish a draft