diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-16 15:33:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-16 15:33:58 +0000 |
commit | f5a79f618ab279d097e22642a41f7f55c9e9a98b (patch) | |
tree | c8cf7bc64307c88eb4d1277c946334862966ebb6 | |
parent | b9738f571a7b20825ce88a093398634eada04710 (diff) | |
download | ldetect-f5a79f618ab279d097e22642a41f7f55c9e9a98b.tar ldetect-f5a79f618ab279d097e22642a41f7f55c9e9a98b.tar.gz ldetect-f5a79f618ab279d097e22642a41f7f55c9e9a98b.tar.bz2 ldetect-f5a79f618ab279d097e22642a41f7f55c9e9a98b.tar.xz ldetect-f5a79f618ab279d097e22642a41f7f55c9e9a98b.zip |
explain what does -f
-rw-r--r-- | lspcidrake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lspcidrake.c b/lspcidrake.c index 62dd2f5..3e32c29 100644 --- a/lspcidrake.c +++ b/lspcidrake.c @@ -37,7 +37,7 @@ int main(int argc, char **argv) { while (ptr && *ptr) { if (!strcmp(*ptr, "-h") || !strcmp(*ptr, "--help")) { printf("usage: lspcidrake [-v|-f|-u]\n" - "-f : full probe\n" + "-f : full probe [aka look for pci subids & class]\n" "-p : pci devices source [/proc/bus/pci/devices by default\n" "-u : usb devices source [/proc/bus/usb/devices by default\n" "-v : verbose mode [print ids and sub-ids], implies full probe\n" |