From 5bc8c005a8e15c43285bc595a8d404de67a482ac Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Mon, 11 Apr 2011 03:29:49 +0200 Subject: move remaining help text from include/usage.src.h Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- util-linux/lspci.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'util-linux/lspci.c') diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 46e93b04d..f59aec8a5 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c @@ -6,6 +6,15 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ + +//usage:#define lspci_trivial_usage +//usage: "[-mk]" +//usage:#define lspci_full_usage "\n\n" +//usage: "List all PCI devices" +//usage: "\n" +//usage: "\n -m Parseable output" +//usage: "\n -k Show driver" + #include "libbb.h" enum { -- cgit v1.2.3