diff --git a/trick_sims/SIM_splashdown/RUN_test/input.py b/trick_sims/SIM_splashdown/RUN_test/input.py index 8ce10cfe..152814e0 100644 --- a/trick_sims/SIM_splashdown/RUN_test/input.py +++ b/trick_sims/SIM_splashdown/RUN_test/input.py @@ -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('==================================================================================')