diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-01 21:44:12 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-01 21:44:12 +0100 |
commit | 2d95775ec893c3b27ebb2fd319ddd4758a4b4f10 (patch) | |
tree | cbfc71529a7623e7143a3a169e8672b22513f47f /tools | |
parent | 5bb169a075663de92aca8da530bde2dbacb454b8 (diff) | |
download | gold-mine-run-2d95775ec893c3b27ebb2fd319ddd4758a4b4f10.tar.gz gold-mine-run-2d95775ec893c3b27ebb2fd319ddd4758a4b4f10.zip |
Fix typo
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pngpal.py | 2 |
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() |