Skip to content

Commit

Permalink
zfsbootmenu logs: remove alias, fix header with alt name
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Dec 21, 2023
1 parent 89161a8 commit aa8654b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion zfsbootmenu/install-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ create_zbm_profiles() {
alias clear="tput clear"
alias reset="tput reset"
alias logs="ztrace"
alias trace="ztrace"
alias help="/libexec/zfsbootmenu-help -L recovery-shell"
Expand Down
2 changes: 1 addition & 1 deletion zfsbootmenu/lib/zfsbootmenu-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ global_header() {
header="\\033[0;37m Help \\033[0m"
tab="Help"
;;
zlogtail)
zlogtail|logs)
header="\\033[0;37m Logs \\033[0m"
tab="Logs"
;;
Expand Down

0 comments on commit aa8654b

Please sign in to comment.