X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Femuvim%2Fcli%2Fcompute.py;h=179ae1e9fab48f4df6e7d75d4ea209f404047029;hb=23135a50fd84f05f34241ab88b786dbc165463b4;hp=006b57b4570dd4b9fd2a67b50d8e2ca65d9882bd;hpb=43a9649213180695e908e67e01d3c4e77bc7b2ca;p=osm%2Fvim-emu.git diff --git a/src/emuvim/cli/compute.py b/src/emuvim/cli/compute.py index 006b57b..179ae1e 100755 --- a/src/emuvim/cli/compute.py +++ b/src/emuvim/cli/compute.py @@ -107,7 +107,7 @@ parser.add_argument( help="Name of compute instance e.g. 'vnf1'") parser.add_argument( "--image","-i", dest="image", - help="Name of container image to be used e.g. 'ubuntu'") + help="Name of container image to be used e.g. 'ubuntu:trusty'") parser.add_argument( "--dcmd", "-c", dest="docker_command", help="Startup command of the container e.g. './start.sh'")