summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-03-06 22:13:03 +0100
committerpgen <p.gen.progs@gmail.com>2016-03-06 22:13:03 +0100
commit1c9c8154061c35a58939d01be92f182689d09ca9 (patch)
tree22123a5dd9fa387752f3d6279cf6e1be2908db3c
parent595d908db4dd41bde4c34204d9688545fbd4dc8a (diff)
Fix a stupid copy/paste bug in the lvm_menu example
-rwxr-xr-xexamples/lvm_menu/lvm_menu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lvm_menu/lvm_menu.sh b/examples/lvm_menu/lvm_menu.sh
index cad4db0..4f52097 100755
--- a/examples/lvm_menu/lvm_menu.sh
+++ b/examples/lvm_menu/lvm_menu.sh
@@ -35,7 +35,7 @@ do
LVC) echo LV create ;;
LVD) echo LV delete ;;
LVE) echo LV expand ;;
- LVS) echo LV list ;;
+ LVS) echo LV shrink ;;
PVC) echo PV create ;;
PVD) echo PV delete ;;