Skip to content
Snippets Groups Projects
Commit 575e4461 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

cli: drop dtail command

modules don't print to klog anymore.
parent 75f2bd4a
No related branches found
No related tags found
1 merge request!58CLI improvements
......@@ -192,7 +192,6 @@ Available commands:
blog <sys> show last build log for system
-i print log paths
lsmod list loaded RTS kernel modules
dtail|dmesg tail dmesg logs
env print system environment info
version|--version|-v print version
help|--help|-h this help
......@@ -308,10 +307,6 @@ case $cmd in
'lsmod'|'lsmods')
_lsmod
;;
'dtail'|'dmesg')
LINES=$(($(tput lines) - 14))
watch -n1 "dmesg | tail -$LINES"
;;
'env')
check_env
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment