X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=openmano;h=93c5d6bb004eb19672abaa536c12dafe9e5e4c91;hp=b207d2913ea6c0ff65e5fd2f0d80b24d2baf7431;hb=ae4a8d1771650d4016cb4e910b61670bb2478390;hpb=5a24e462553736b2179bc87dc66d812c3a467151 diff --git a/openmano b/openmano index b207d291..93c5d6bb 100755 --- a/openmano +++ b/openmano @@ -1018,7 +1018,7 @@ def datacenter_netmap_action(args): elif args.all: force_text="Delete all default netmaps from datacenter '%s' (y/N)? " % (datacenter) else: - print "you must a netmap name or the option --all" + print "you must specify a netmap name or the option --all" return 1 if not args.force: r = raw_input(force_text)