diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2020-04-09 23:23:43 +0300 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-10 18:40:44 +0200 |
commit | 7156762ed3b0a37bc6baf21bf5f4ef1730f2ba1b (patch) | |
tree | 16f30992586eed626999b7ceb697786299193aad /op-mode-definitions | |
parent | c4a389a2c0b99fba3f9fe43e1c9f4b423e304d53 (diff) | |
download | vyos-1x-7156762ed3b0a37bc6baf21bf5f4ef1730f2ba1b.tar.gz vyos-1x-7156762ed3b0a37bc6baf21bf5f4ef1730f2ba1b.zip |
op-mode: raid: T689: Typo in description
(cherry picked from commit c0574ed7334cb7288a108180d01368983d411684)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-raid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-raid.xml b/op-mode-definitions/show-raid.xml index 000fd4610..8bf394552 100644 --- a/op-mode-definitions/show-raid.xml +++ b/op-mode-definitions/show-raid.xml @@ -4,7 +4,7 @@ <children> <tagNode name="raid"> <properties> - <help>Show statis of RAID set</help> + <help>Show status of RAID set</help> <completionHelp> <script>${vyos_completion_dir}/list_raidset.sh</script> </completionHelp> |