Added 5GTANGO lightweight lifecycle manager (LLCM).

This (optional) module allows to directly deploy
5GTANGO service packages on the emulator. This
allows for very quick prototyping of small 5GTANGO
services. It is a copy of the old SONATA DummyGatekeeper
component.

Change-Id: I61d8e5b5a4e0f682a52316de7330d95cf794a4a1
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/src/emuvim/cli/son_emu_cli.py b/src/emuvim/cli/son_emu_cli.py
index 801c60b..c5f3a56 100755
--- a/src/emuvim/cli/son_emu_cli.py
+++ b/src/emuvim/cli/son_emu_cli.py
@@ -33,12 +33,11 @@
 
 def help():
     print("Missing arguments.\n")
-    print("Usage: son-emu-cli compute|datacenter|network|monitor <arguments>\n")
+    print("Usage: vim-emu compute|datacenter|network <arguments>\n")
     print("Get more help:")
-    print("\tson-emu-cli compute --help")
-    print("\tson-emu-cli datacenter --help")
-    print("\tson-emu-cli network --help")
-    print("\tson-emu-cli monitor --help")
+    print("\tvim-emu compute --help")
+    print("\tvim-emu datacenter --help")
+    print("\tvim-emu network --help")
     exit(0)