change aseprite subcommand to ase
This commit is contained in:
parent
c37208f961
commit
176cb88335
1 changed files with 2 additions and 2 deletions
4
pxl8.sh
4
pxl8.sh
|
|
@ -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 "$@"
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue