From c39f15a34e314e02b665cbe397b8ba1000bbc447 Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 7 Sep 2018 13:56:14 -0400 Subject: [PATCH] docs --- wozardry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wozardry.py b/wozardry.py index 238e6e8..9ffe40b 100755 --- a/wozardry.py +++ b/wozardry.py @@ -587,7 +587,7 @@ class CommandImport(WriterBaseCommand): def setup(self, subparser): WriterBaseCommand.setup(self, subparser, - description="Import JSON file to update information and metadata in a .woz disk image") + description="Import JSON file to update metadata in a .woz disk image") def update(self): self.output.from_json(sys.stdin.read())