Fix mws-save-archive command name

This commit is contained in:
Jeremy Ruston 2024-03-10 18:06:26 +00:00
parent 3335e87ef4
commit e35584843d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Command to load an archive of recipes, bags and tiddlers to a directory
"use strict";
exports.info = {
name: "mws-save",
name: "mws-save-archive",
synchronous: true
};