diff --git a/bhyvectl/bconstruct-tui b/bhyvectl/bconstruct-tui index 45fde4ec..4447f9ea 100755 --- a/bhyvectl/bconstruct-tui +++ b/bhyvectl/bconstruct-tui @@ -111,7 +111,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="${DIALOG_BACKTITLE}" - local prompt="Use menu for construct VM create config file" + local prompt="Use menu to construct VM and create config file" defaultitem= # Calculated below diff --git a/bhyvectl/border-tui b/bhyvectl/border-tui index 237d742c..9afeb049 100755 --- a/bhyvectl/border-tui +++ b/bhyvectl/border-tui @@ -64,7 +64,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select bhyve domain" + local prompt="Use menu to select bhyve domain" local defaultitem= local hline= local i jnum order jname= diff --git a/bhyvectl/bscp b/bhyvectl/bscp index 3a1b0f79..70d7ee6b 100755 --- a/bhyvectl/bscp +++ b/bhyvectl/bscp @@ -3,7 +3,7 @@ CBSDMODULE="bhyve" MYARG="" MYOPTARG="scp_max_retry verbose" -MYDESC="copy files from/to VM via scp(1)" +MYDESC="Copy files from/to VM via scp(1)" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/bhyvectl/bsetup-tui b/bhyvectl/bsetup-tui index 56b2a290..fca7772b 100755 --- a/bhyvectl/bsetup-tui +++ b/bhyvectl/bsetup-tui @@ -8,7 +8,7 @@ [ ! -f "${distsharedir}/jail-arg" ] && err 1 "No such jail-arg skel" . ${distsharedir}/jail-arg CBSDMODULE="bhyve" -MYDESC="dialog-based text user interface for bhyve VM configuration" +MYDESC="Dialog-based text user interface for bhyve VM configuration" MYARG="jname" MYOPTARG="${JARG} outfile" ADDHELP=" diff --git a/jailctl/jconstruct-tui b/jailctl/jconstruct-tui index a27030e2..a367478d 100755 --- a/jailctl/jconstruct-tui +++ b/jailctl/jconstruct-tui @@ -81,7 +81,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for construct jail create config file" + local prompt="Use menu to construct jail and create config file" local defaultitem= local hline= local mark diff --git a/jailctl/jorder-tui b/jailctl/jorder-tui index efa3cecf..e3a7a9a5 100755 --- a/jailctl/jorder-tui +++ b/jailctl/jorder-tui @@ -62,7 +62,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select jail\nLess index weight value - earlier start" + local prompt="Use menu to select jail\nLess index weight value - earlier start" local defaultitem= local hline= local i jnum order jname= diff --git a/jailctl/jrestart b/jailctl/jrestart index f375f069..5fef312e 100755 --- a/jailctl/jrestart +++ b/jailctl/jrestart @@ -3,7 +3,7 @@ CBSDMODULE="jail" MYARG="" MYOPTARG="jname" -MYDESC="jail jstop jstart sequence" +MYDESC="Jail jstop jstart sequence" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/jailctl/jscp b/jailctl/jscp index adaf2d11..26f02726 100755 --- a/jailctl/jscp +++ b/jailctl/jscp @@ -3,7 +3,7 @@ CBSDMODULE="jail" MYARG="" MYOPTARG="verbose" -MYDESC="get put file to remove nodes" +MYDESC="Get put file to remove nodes" ADDHELP="[verbose=1] jail1:remotefile1 localfile1 [ localfile2 jail2@:remotefile2 ]\n\ verbose=1 for debug information\n" EXTHELP="wf_jscp" diff --git a/jailctl/jsetup-tui b/jailctl/jsetup-tui index a8e0ee60..f8230dca 100755 --- a/jailctl/jsetup-tui +++ b/jailctl/jsetup-tui @@ -13,7 +13,7 @@ # shellcheck disable=SC2034 { CBSDMODULE="jail" - MYDESC="dialog-based text user interface for jail configuration" + MYDESC="Dialog-based text user interface for jail configuration" MYARG="jname" MYOPTARG="${JARG} outfile" ADDHELP="\ diff --git a/modules/bsdconf.d/cloudinit b/modules/bsdconf.d/cloudinit index 77adc235..893d270a 100755 --- a/modules/bsdconf.d/cloudinit +++ b/modules/bsdconf.d/cloudinit @@ -3,7 +3,7 @@ CBSDMODULE="sys" MYARG="jname mode" MYOPTARG="cloudengine fromfile" -MYDESC="cloud-init helper t generate CI yaml" +MYDESC="Cloud-init helper t generate CI yaml" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/nodectl/nodescp b/nodectl/nodescp index a28cc024..c4d9d433 100755 --- a/nodectl/nodescp +++ b/nodectl/nodescp @@ -4,7 +4,7 @@ CBSDMODULE="node" MYARG="" MYOPTARG="root rsync tryoffline verbose" EXTHELP="wf_nodescp" -MYDESC="get put file to remove nodes" +MYDESC="Get put file to remove nodes" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/qemuctl/qconstruct-tui b/qemuctl/qconstruct-tui index 9a52204d..0a0985c2 100755 --- a/qemuctl/qconstruct-tui +++ b/qemuctl/qconstruct-tui @@ -110,7 +110,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="${DIALOG_BACKTITLE}" - local prompt="Use menu for construct VM create config file" + local prompt="Use menu to construct VM and create config file" local defaultitem= # Calculated below diff --git a/qemuctl/qsetup-tui b/qemuctl/qsetup-tui index f3249c14..4d9b2c58 100755 --- a/qemuctl/qsetup-tui +++ b/qemuctl/qsetup-tui @@ -8,7 +8,7 @@ [ ! -f "${distsharedir}/jail-arg" ] && err 1 "No such jail-arg skel" . ${distsharedir}/jail-arg CBSDMODULE="qemu" -MYDESC="dialog-based text user interface for qemu VM configuration" +MYDESC="Dialog-based text user interface for qemu VM configuration" MYARG="jname" MYOPTARG="${JARG} outfile" ADDHELP=" diff --git a/sudoexec/bexec b/sudoexec/bexec index 3857a73e..cb424649 100755 --- a/sudoexec/bexec +++ b/sudoexec/bexec @@ -3,7 +3,7 @@ #v12.1.2 MYARG="" MYOPTARG="cmd jname script" -MYDESC="Execution for command inside cloud-based vm" +MYDESC="Execute command inside cloud-based vm" ADDHELP="\ ${H3_COLOR}Description${N0_COLOR}: diff --git a/sudoexec/bhyve-exist b/sudoexec/bhyve-exist index 174098a9..15a0c3ad 100755 --- a/sudoexec/bhyve-exist +++ b/sudoexec/bhyve-exist @@ -2,7 +2,7 @@ #v12.0.0 MYARG="jname" MYOPTARG="" -MYDESC="return 1 when bhyve with $jname process exist ( + output vm_pid and vm_state ) and 0 when not" +MYDESC="Return 1 when bhyve with $jname process exist ( + output vm_pid and vm_state ) and 0 when not" CBSDMODULE="bhyve" . ${subrdir}/nc.subr diff --git a/sudoexec/jexec b/sudoexec/jexec index d1c91fa7..cb9ed02a 100755 --- a/sudoexec/jexec +++ b/sudoexec/jexec @@ -3,7 +3,7 @@ #v12.1.7 MYARG="" MYOPTARG="cmd dir environment jname user" -MYDESC="Execution for command inside jail" +MYDESC="Execute command inside jail" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/sudoexec/qexec b/sudoexec/qexec index 3e82372c..5cabc92f 100755 --- a/sudoexec/qexec +++ b/sudoexec/qexec @@ -3,7 +3,7 @@ #v12.1.2 MYARG="" MYOPTARG="cmd jname script" -MYDESC="Execution for command inside cloud-based vm" +MYDESC="Execute command inside cloud-based vm" ADDHELP="\ ${H3_COLOR}Description${N0_COLOR}: diff --git a/sudoexec/xen-exist b/sudoexec/xen-exist index 88bd7b30..dedb232b 100755 --- a/sudoexec/xen-exist +++ b/sudoexec/xen-exist @@ -2,7 +2,7 @@ #v12.0.0 MYARG="jname" MYOPTARG="" -MYDESC="return 1 when xen with $jname process exist ( + output vm_pid and vm_state ) and 0 when not" +MYDESC="Return 1 when xen with $jname process exist ( + output vm_pid and vm_state ) and 0 when not" CBSDMODULE="xen" . ${subrdir}/nc.subr diff --git a/system/distribution b/system/distribution index 52bc01bf..4b1d885e 100755 --- a/system/distribution +++ b/system/distribution @@ -3,7 +3,7 @@ CBSDMODULE="build" MYARG="destdir" MYOPTARG="ver arch target_arch basename stable" -MYDESC="make distribtion for FreeBSD base" +MYDESC="Make distribtion for FreeBSD base" ADDHELP="" . ${subrdir}/nc.subr diff --git a/tools/apply b/tools/apply index 4e08b1ba..a8ef2ac2 100755 --- a/tools/apply +++ b/tools/apply @@ -3,7 +3,7 @@ #v13.0.8 MYARG="" MYOPTARG="cbsdfile cur_env cwd jname multiple quiet upfile_destroy_failed" -MYDESC="apply/re-configure virtual environment via CBSDfile" +MYDESC="Apply/re-configure virtual environment via CBSDfile" CBSDMODULE="bhyve,jail" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/tools/bootmgmt-pxe b/tools/bootmgmt-pxe index 60414700..1bbb0cce 100755 --- a/tools/bootmgmt-pxe +++ b/tools/bootmgmt-pxe @@ -51,7 +51,7 @@ browse_boot_list() { local title=" ${product} v${myversion} " local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for construct jail create config file" + local prompt="Use menu to construct jail and create config file" local defaultitem= local hline= local mark diff --git a/tools/distccmakeconf b/tools/distccmakeconf index 7a3f72b1..f846015e 100755 --- a/tools/distccmakeconf +++ b/tools/distccmakeconf @@ -2,7 +2,7 @@ #v9.1.0 MYARG="" MYOPTARG="src dst ccache distcc" -MYDESC="put into copy of original make.conf specidic distcc records" +MYDESC="Put into copy of original make.conf specidic distcc records" ADDHELP="src - for example /etc/make.conf, dst=for example ${tmpdir}/make_distcc.conf\n" . ${subrdir}/nc.subr diff --git a/tools/expose b/tools/expose index e012b659..a6ef43cc 100755 --- a/tools/expose +++ b/tools/expose @@ -2,7 +2,7 @@ #v13.0.12 MYARG="" MYOPTARG="in inaddr jname mode out outaddr proto fromips" -MYDESC="Exposing a port (port forwarding) to env via IPFW or PF" +MYDESC="Expose a port (port forwarding) to env via IPFW or PF" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/tools/forms b/tools/forms index 6d81ff37..f9876564 100755 --- a/tools/forms +++ b/tools/forms @@ -119,7 +119,7 @@ dialog_menu_main() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="use menu for select and edit items" + local prompt="Use menu to select and edit items" local hline= local mytargets= local defaultitem= diff --git a/tools/get-next-ng-port b/tools/get-next-ng-port index e5fd82b3..51e4b10e 100755 --- a/tools/get-next-ng-port +++ b/tools/get-next-ng-port @@ -2,7 +2,7 @@ #v12.2.4 MYARG="ngid" MYOPTARG="skip lock pass lease_time" -MYDESC="get next free NETGRAPH port" +MYDESC="Get next free NETGRAPH port" CBSDMODULE="bhyve" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/tools/get-next-tcp-port b/tools/get-next-tcp-port index 7c00b6f2..c74fbc1b 100755 --- a/tools/get-next-tcp-port +++ b/tools/get-next-tcp-port @@ -2,7 +2,7 @@ #v12.2.0 MYARG="end_port start_port" MYOPTARG="address end_port start_port nc_timeout skip lock pass lease_time" -MYDESC="scan port via nc to determine first available tcp port of specified IP" +MYDESC="Scan port via nc to determine first available tcp port of specified IP" ADDHELP="\ address - (optional) address to scan (e.g: -a 127.0.0.1 [ or :: for IPv6 ] which is default) \n\ end_port - (mandatory) end port range (e.g: -e 6000) \n\ diff --git a/tools/get-profiles b/tools/get-profiles index c81189c5..e94ff1ed 100755 --- a/tools/get-profiles +++ b/tools/get-profiles @@ -3,7 +3,7 @@ #v13.0.8 MYARG="src" MYOPTARG="cache_sum clonos emulator imgsize_max json myb show_iso vm_os_type vm_cpus_max vm_ram_max warmed" -MYDESC="list of available profiles for virtual machine" +MYDESC="List available profiles for virtual machine" CBSDMODULE="bhyve,jail,xen" ADDHELP=" ${H3_COLOR}Description${N0_COLOR}: diff --git a/tools/imghelper-tui b/tools/imghelper-tui index cb1317f8..b8d37c2f 100755 --- a/tools/imghelper-tui +++ b/tools/imghelper-tui @@ -23,7 +23,7 @@ dialog_menu_main() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select and edit limit" + local prompt="Use menu to select and edit limit" local hline= local defaultitem= local _configured diff --git a/tools/initenv-tui b/tools/initenv-tui index 87ed565b..bf30c60d 100755 --- a/tools/initenv-tui +++ b/tools/initenv-tui @@ -76,7 +76,7 @@ dialog_menu_main() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt=" Use menu for select and edit limit " + local prompt=" Use menu to select and edit limit " local hline= local defaultitem= diff --git a/tools/sockstat b/tools/sockstat index b269754b..dcf9654d 100755 --- a/tools/sockstat +++ b/tools/sockstat @@ -2,7 +2,7 @@ #v10.3.2 MYARG="jname" MYOPTARG="proto" -MYDESC="return list open sockets for jail" +MYDESC="Return list open sockets for jail" ADDHELP="\ proto: udp, tcp. default: all\n\ " diff --git a/tools/unmountmd b/tools/unmountmd index 526733ec..5a0d115e 100755 --- a/tools/unmountmd +++ b/tools/unmountmd @@ -2,7 +2,7 @@ #v9.2.0 MYARG="" MYOPTARG="mdfile jroot md" -MYDESC="unmount image file from jroot by jroot path or by mdfile or by devices" +MYDESC="Unmount image file from jroot by jroot path or by mdfile or by devices" ADDHELP="jroot - find by mount point\n\ mdfile - find by image file\n\ md - find by /dev/mdXX device\n" diff --git a/tools/valecfg-tui b/tools/valecfg-tui index ccefe012..b00869f4 100755 --- a/tools/valecfg-tui +++ b/tools/valecfg-tui @@ -89,7 +89,7 @@ vale_add() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select and edit limit" + local prompt="Use menu to select and edit limit" local hline= i _exist local _exist_vale_list _next_vale_name # default diff --git a/tools/vhidcfg-tui b/tools/vhidcfg-tui index 83bef95e..7867d6c1 100755 --- a/tools/vhidcfg-tui +++ b/tools/vhidcfg-tui @@ -81,7 +81,7 @@ vhid_add() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select and edit limit" + local prompt="Use menu to select and edit limit" local hline= local title=" Add VHID " diff --git a/tools/vm-cpu-topology-tui b/tools/vm-cpu-topology-tui index 990b502e..1ff3bc16 100755 --- a/tools/vm-cpu-topology-tui +++ b/tools/vm-cpu-topology-tui @@ -84,7 +84,7 @@ item_add() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select and edit limit" + local prompt="Use menu to select and edit limit" local hline= local title=" Add new cpu topology " diff --git a/tools/vm-packages-tui b/tools/vm-packages-tui index 63b69659..43891186 100755 --- a/tools/vm-packages-tui +++ b/tools/vm-packages-tui @@ -81,7 +81,7 @@ item_add() { local _par VAL local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for select and edit limit" + local prompt="Use menu to select and edit limit" local hline= local title=" Add packages " diff --git a/vboxctl/vconstruct-tui b/vboxctl/vconstruct-tui index c696045e..2ae0d703 100755 --- a/vboxctl/vconstruct-tui +++ b/vboxctl/vconstruct-tui @@ -61,7 +61,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="$DIALOG_BACKTITLE" - local prompt="Use menu for construct jail create config file" + local prompt="Use menu to construct jail and create config file" local defaultitem= # Calculated below local hline= local mark diff --git a/xenctl/xconstruct-tui b/xenctl/xconstruct-tui index 8d19df12..473b0398 100755 --- a/xenctl/xconstruct-tui +++ b/xenctl/xconstruct-tui @@ -111,7 +111,7 @@ dialog_menu_main() { local title=" ${product} v${myversion} " local btitle="${DIALOG_BACKTITLE}" - local prompt="Use menu for construct VM create config file" + local prompt="Use menu to construct VM and create config file" local defaultitem= # Calculated below diff --git a/xenctl/xen-dsk-tui b/xenctl/xen-dsk-tui index 5d8e545a..6d8046ae 100755 --- a/xenctl/xen-dsk-tui +++ b/xenctl/xen-dsk-tui @@ -2,7 +2,7 @@ #v12.0.14 MYARG="" MYOPTARG="jname remote inter" -MYDESC="dialog interface for xen disk management" +MYDESC="Dialog interface for xen disk management" CBSDMODULE="xen" . ${subrdir}/nc.subr