match the coreutils style

This commit is contained in:
Sylvestre Ledru
2024-01-26 19:09:54 +01:00
parent b16e835b9b
commit 1b4b449d49
11 changed files with 720 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# lscpu
```
lscpu [OPTION]...
```
display information about the CPU architecture
+1
View File
@@ -0,0 +1 @@
uucore::bin!(uu_lscpu);