This commit is contained in:
4am 2018-09-07 13:56:14 -04:00
parent b4650a5902
commit c39f15a34e
1 changed files with 1 additions and 1 deletions

View File

@ -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())