aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-01 21:44:12 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-01 21:44:12 +0100
commit2d95775ec893c3b27ebb2fd319ddd4758a4b4f10 (patch)
treecbfc71529a7623e7143a3a169e8672b22513f47f /tools
parent5bb169a075663de92aca8da530bde2dbacb454b8 (diff)
downloadgold-mine-run-2d95775ec893c3b27ebb2fd319ddd4758a4b4f10.tar.gz
gold-mine-run-2d95775ec893c3b27ebb2fd319ddd4758a4b4f10.zip
Fix typo
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pngpal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pngpal.py b/tools/pngpal.py
index 195fc91..5e08373 100755
--- a/tools/pngpal.py
+++ b/tools/pngpal.py
@@ -21,7 +21,7 @@ def main():
"--version", action="version", version="%(prog)s " + __version__
)
parser.add_argument("image", help="image to convert")
- parser.add_argument("output", help="objtect name for the palette")
+ parser.add_argument("output", help="object name for the palette")
args = parser.parse_args()