Fix syntax error of shell description

Correct the word mapping.

Change-Id: Ibc8c4afff846f9f88374d99452619522ccc080b0
Closes-Bug: #1481234
This commit is contained in:
DeliangFan 2015-08-04 16:48:54 +08:00
parent 5efcd30fdd
commit 4ee7dcb3ee
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ def do_hashmap_field_delete(cc, args={}):
help='Group id',
required=False)
def do_hashmap_mapping_create(cc, args={}):
"""Create a ampping."""
"""Create a mapping."""
arg_to_field_mapping = {
'cost': 'cost',
'value': 'value',
@ -291,7 +291,7 @@ def do_hashmap_group_delete(cc, args={}):
help='Group id',
required=False)
def do_hashmap_threshold_create(cc, args={}):
"""Create a ampping."""
"""Create a mapping."""
arg_to_field_mapping = {
'level': 'level',
'cost': 'cost',