diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 2786ad472..910d0367e 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -349,7 +349,7 @@ int main(int argc, char *argv[]) } // read input - pcommand = readline("mscadmin> "); + pcommand = readline("mcsadmin> "); if (!pcommand) // user hit -D pcommand = strdup("exit");