Skip to content

Commit 8c3edf1

Browse files
Update SoftLayer/CLI/vlan/create.py
1 parent 8ada5e6 commit 8c3edf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/vlan/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def cli(env, name, datacenter, pod, network, billing):
2828
"""
2929

3030
if not (datacenter or pod):
31-
raise exceptions.CLIAbort("Is required Datacenter or Pod")
31+
raise exceptions.CLIAbort("--datacenter or --pod is required to create a VLAN")
3232

3333
item_package = ['PUBLIC_NETWORK_VLAN']
3434
complex_type = 'SoftLayer_Container_Product_Order_Network_Vlan'

0 commit comments

Comments
 (0)