change aseprite subcommand to ase

This commit is contained in:
asrael 2025-11-05 13:39:26 -06:00
parent c37208f961
commit 307a8d1378
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
2 changed files with 2 additions and 5 deletions

View file

@ -120,7 +120,7 @@ print_usage() {
echo " ./pxl8.sh <command> [options]"
echo
echo -e "${BOLD}COMMANDS:${NC}"
echo " aseprite Aseprite tools (use 'aseprite help' for subcommands)"
echo " ase Aseprite tools (use 'ase help' for subcommands)"
echo " build Build pxl8"
echo " clean Remove build artifacts"
echo " help Show this help message"
@ -516,7 +516,7 @@ case "$COMMAND" in
update_sdl
;;
aseprite)
ase)
bash tools/aseprite/pxl8-ase.sh "$@"
;;