Skip to content

Commit aa8654b

Browse files
committed
zfsbootmenu logs: remove alias, fix header with alt name
1 parent 89161a8 commit aa8654b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

zfsbootmenu/install-helpers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ create_zbm_profiles() {
160160
161161
alias clear="tput clear"
162162
alias reset="tput reset"
163-
alias logs="ztrace"
164163
alias trace="ztrace"
165164
alias help="/libexec/zfsbootmenu-help -L recovery-shell"
166165

zfsbootmenu/lib/zfsbootmenu-ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ global_header() {
106106
header="\\033[0;37m Help \\033[0m"
107107
tab="Help"
108108
;;
109-
zlogtail)
109+
zlogtail|logs)
110110
header="\\033[0;37m Logs \\033[0m"
111111
tab="Logs"
112112
;;

0 commit comments

Comments
 (0)