We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89161a8 commit aa8654bCopy full SHA for aa8654b
zfsbootmenu/install-helpers.sh
@@ -160,7 +160,6 @@ create_zbm_profiles() {
160
161
alias clear="tput clear"
162
alias reset="tput reset"
163
- alias logs="ztrace"
164
alias trace="ztrace"
165
alias help="/libexec/zfsbootmenu-help -L recovery-shell"
166
zfsbootmenu/lib/zfsbootmenu-ui.sh
@@ -106,7 +106,7 @@ global_header() {
106
header="\\033[0;37m Help \\033[0m"
107
tab="Help"
108
;;
109
- zlogtail)
+ zlogtail|logs)
110
header="\\033[0;37m Logs \\033[0m"
111
tab="Logs"
112
0 commit comments