README.md in octopress-3.0.0.rc.28 vs README.md in octopress-3.0.0.rc.29

- old
+ new

@@ -72,10 +72,11 @@ | 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 @@ -103,10 +104,11 @@ | 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, @@ -122,9 +124,10 @@ | 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