mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Board: fix typo (#965)
This commit is contained in:
@@ -778,7 +778,7 @@
|
||||
},
|
||||
{
|
||||
"const": "board",
|
||||
"description": "Print mather board name and other info"
|
||||
"description": "Print motherboard name and other info"
|
||||
},
|
||||
{
|
||||
"const": "bootmgr",
|
||||
|
||||
@@ -137,7 +137,7 @@ void ffInitBoardOptions(FFBoardOptions* options)
|
||||
ffOptionInitModuleBaseInfo(
|
||||
&options->moduleInfo,
|
||||
FF_BOARD_MODULE_NAME,
|
||||
"Print mather board name and other info",
|
||||
"Print motherboard name and other info",
|
||||
ffParseBoardCommandOptions,
|
||||
ffParseBoardJsonObject,
|
||||
ffPrintBoard,
|
||||
|
||||
Reference in New Issue
Block a user