From e6dba743b005643b92fe8c667036b3ef455e4740 Mon Sep 17 00:00:00 2001 From: Andrew Ernst Date: Fri, 23 Sep 2016 09:13:10 -0700 Subject: [PATCH] Fixes what is likely a misspelling on the mcsadmin> prompt Instead of mscadmin> this changes the prompt to mcsadmin> --- oamapps/mcsadmin/mcsadmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");