Skip to content
Snippets Groups Projects
Commit 3cb26984 authored by inspurericzhang's avatar inspurericzhang
Browse files

[Trivial Fix] Replace Chinese punctuation with English punctuation

Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: Ie25b76c8b3fc6accb677a024661957c3cd0920a3
parent 06ac9046
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ list-erasure-profiles:
description: List the names of all erasure code profiles
additionalProperties: false
list-pools:
description: List your clusters pools
description: List your cluster's pools
additionalProperties: false
set-pool-max-bytes:
description: Set pool quotas for the maximum number of bytes.
......@@ -165,7 +165,7 @@ rename-pool:
required: [pool-name, new-name]
additionalProperties: false
pool-statistics:
description: Show a pools utilization statistics
description: Show a pool's utilization statistics
additionalProperties: false
snapshot-pool:
description: Snapshot a pool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment