From 12cc309f72acc318d41a1353bd80e99afdb57e6c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 9 Dec 2011 16:43:12 +0000 Subject: [PATCH] Readme adjustments --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8c7a7e566..2a0bb1f84 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,7 @@ The command line options are processed in sequential order from left to right. P --recipe # Loads a specfied `.recipe` file --load # Load additional tiddlers from TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files - --savewiki # Saves all the loaded tiddlers as a single file TiddlyWiki in `.html` format - --saverss # Saves the the loaded tiddlers as an RSS feed in `.xml` format + --savewiki # Saves all the loaded tiddlers as a single file TiddlyWiki called `index.html` and an RSS feed called `index.xml` --savetiddlers # Saves all the loaded tiddlers as `.tid` files in the specified directory --servewiki # Serve the cooked TiddlyWiki over HTTP at `/` --servetiddlers # Serve individual tiddlers over HTTP at `/tiddlertitle`