Corrected error message

This commit is contained in:
Ian Jauslin 2024-12-05 11:56:44 -05:00
parent ea1ac6490a
commit c51efebf95

View File

@ -393,7 +393,7 @@ class Command_prompt(Label):
elif argv[2]=="2square":
self.app.painter.shape=Square2
else:
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk"
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk|staircase|2square"
return
# toggle grid