diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 1505ac306..6b2738407 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2502,6 +2502,14 @@ | |||
2502 | #define lsmod_full_usage "\n\n" \ | 2502 | #define lsmod_full_usage "\n\n" \ |
2503 | "List the currently loaded kernel modules" | 2503 | "List the currently loaded kernel modules" |
2504 | 2504 | ||
2505 | #define lspci_trivial_usage \ | ||
2506 | "[-mk]" | ||
2507 | #define lspci_full_usage "\n\n" \ | ||
2508 | "List all PCI devices" \ | ||
2509 | "\n" \ | ||
2510 | "\n -m Parseable output" \ | ||
2511 | "\n -k Show driver" \ | ||
2512 | |||
2505 | #if ENABLE_FEATURE_MAKEDEVS_LEAF | 2513 | #if ENABLE_FEATURE_MAKEDEVS_LEAF |
2506 | #define makedevs_trivial_usage \ | 2514 | #define makedevs_trivial_usage \ |
2507 | "NAME TYPE MAJOR MINOR FIRST LAST [s]" | 2515 | "NAME TYPE MAJOR MINOR FIRST LAST [s]" |