Skip to content

Commit 1a87305

Browse files
authored
fastfetchの表示がneofetchになっていたのを修正
1 parent 396695d commit 1a87305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kryptinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main(void)
1313
sentakusi = 0;
1414
// 選択肢を表示
1515
fputs("\n\n\n",stdout);
16-
printf("1:dmesg as superuser\n2:lsb_release -a\n3:lspci\n4:uname -a\n5:neofetch");
16+
printf("1:dmesg as superuser\n2:lsb_release -a\n3:lspci\n4:uname -a\n5:fastfetch");
1717
fputs("\n",stdout);
1818
//プロンプトを表示
1919
printf("選んでください> ");

0 commit comments

Comments
 (0)