summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-03-24 11:53:51 +0100
committerpgen <p.gen.progs@gmail.com>2018-03-25 23:22:31 +0200
commite44ef2fe362ec05102a417349488b15f73db3f1e (patch)
tree962b319a7e15f8cdbc665b844a23c8473ea4a581 /examples
parentffab5ac2e1a8c41be6cf8794d2c5948c4002ea73 (diff)
Fix and rewrite parts of the numbering code
Summary: - Added the -U option - Added the -D option to the manages -N/-U and -F sub-options - Fixed and simplified the -N and -F options - Cleaned code - Fixed and improved the manual - Fixed various small bugs
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/lvm_menu/menu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lvm_menu/menu.sh b/examples/lvm_menu/menu.sh
index e3854bb..b1dd724 100755
--- a/examples/lvm_menu/menu.sh
+++ b/examples/lvm_menu/menu.sh
@@ -56,7 +56,7 @@ fi
REP=$(../../smenu "$TITLE" \
-s /Exit \
-q -d -M -n 30 -c -w \
- -N "Exit menu" e:r \
+ -U "Exit menu" \
-a da:3,b \
-e '^#' -E '/(^#)+(.*)$/ \2/v' \
-1 'Exit' 2,r \