diff --git a/plugins/tiddlywiki/aws/docs/help.tid b/plugins/tiddlywiki/aws/docs/help.tid index 4ee6b5922..c6b294e07 100644 --- a/plugins/tiddlywiki/aws/docs/help.tid +++ b/plugins/tiddlywiki/aws/docs/help.tid @@ -43,14 +43,14 @@ Save a raw tiddler to a file in an S3 bucket. Save raw tiddlers matching a filter to an S3 bucket. ``` ---aws s3-savetiddlers +--aws s3-savetiddlers ``` * ''filter'': filter identifying tiddlers to render * ''region'': AWS region * ''bucket'': name of the bucket to save the files * ''filenamefilter'': filter for converting tiddler titles to filepaths (eg `[encodeuricomponent[]addprefix[files/]addsuffix[.html]]`) -* ''savetype'': optional; the MIME type for the saved file (defaults to ''type'' or "text/html") +* ''savetypefilter'': optional; a filter that is passed the title of the tiddler being saved and should yield the MIME type for the saved file (defaults to a filter that yields the value of the ''type'' field) ! "s3-rendertiddler" subcommand @@ -74,7 +74,7 @@ Save the results of rendering a tiddler to a file in an S3 bucket. Save the results of rendering tiddlers identified by a filter to files in an S3 bucket. ``` ---aws s3-rendertiddlers