summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/analyze-archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py
index 78f5d79..c222a21 100755
--- a/bin/analyze-archive.py
+++ b/bin/analyze-archive.py
@@ -526,7 +526,7 @@ if __name__ == "__main__":
"--export-energymodel",
metavar="FILE",
type=str,
- help="Export JSON energy modle to FILE. Works out of the box for v1 and v2, requires --hwmodel for v0",
+ help="Export JSON energy model to FILE. Works out of the box for v1 and v2, requires --hwmodel for v0",
)
parser.add_argument(
"--with-substates",