You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the --lpc_cache and --print_lpc_stats command line arguments from pkg/aspeed/lpc_mem.go are ending up in every command. For example:
~# pwd --help
Usage of pwd [-LP]:
-L don't follow any symlinks (default true)
-P follow all symlinks (avoid all symlinks)
-lpc_cache
Do not write values that match cached view of LPC2AHB F0-9 registers
-print_lpc_stats
At the end of the run, print LPC statistics
or
~# date --help
Usage of date [-u] [-d FILE] [+format] | date [-u] [-d FILE] [MMDDhhmm[CC]YY[.ss]]:
-lpc_cache
Do not write values that match cached view of LPC2AHB F0-9 registers
-print_lpc_stats
At the end of the run, print LPC statistics
-r string
Display the last midification time of FILE
-u Coordinated Universal Time (UTC)
The text was updated successfully, but these errors were encountered:
For some reason the
--lpc_cache
and--print_lpc_stats
command line arguments frompkg/aspeed/lpc_mem.go
are ending up in every command. For example:or
The text was updated successfully, but these errors were encountered: