Fix syntax error of shell description
Correct the word mapping. Change-Id: Ibc8c4afff846f9f88374d99452619522ccc080b0 Closes-Bug: #1481234
This commit is contained in:
@@ -131,7 +131,7 @@ def do_hashmap_field_delete(cc, args={}):
|
|||||||
help='Group id',
|
help='Group id',
|
||||||
required=False)
|
required=False)
|
||||||
def do_hashmap_mapping_create(cc, args={}):
|
def do_hashmap_mapping_create(cc, args={}):
|
||||||
"""Create a ampping."""
|
"""Create a mapping."""
|
||||||
arg_to_field_mapping = {
|
arg_to_field_mapping = {
|
||||||
'cost': 'cost',
|
'cost': 'cost',
|
||||||
'value': 'value',
|
'value': 'value',
|
||||||
@@ -291,7 +291,7 @@ def do_hashmap_group_delete(cc, args={}):
|
|||||||
help='Group id',
|
help='Group id',
|
||||||
required=False)
|
required=False)
|
||||||
def do_hashmap_threshold_create(cc, args={}):
|
def do_hashmap_threshold_create(cc, args={}):
|
||||||
"""Create a ampping."""
|
"""Create a mapping."""
|
||||||
arg_to_field_mapping = {
|
arg_to_field_mapping = {
|
||||||
'level': 'level',
|
'level': 'level',
|
||||||
'cost': 'cost',
|
'cost': 'cost',
|
||||||
|
Reference in New Issue
Block a user