Change graphics client build message. #1266

This commit is contained in:
John M. Penn 2022-05-20 15:31:07 -05:00
parent 7747b53ea1
commit 3171c71cb7

View File

@ -33,5 +33,5 @@ if (os.path.isfile(CMDisplay_path)) :
os.system( CMDisplay_cmd);
else :
print('==================================================================================')
print('CrewModuleDisplay needs to be built. Please \"cd\" into ../models/CrewModuleGraphics and type \"make\".')
print('CrewModuleDisplay needs to be built. Please \"cd\" into ../models/CrewModuleGraphics and type \"mvn package\".')
print('==================================================================================')