From 38b066062216c734a94df13563dae762442c370f Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 19 Nov 2019 00:02:36 +0200 Subject: [PATCH] add_driver: add example to docs --- tools/readme-autogen/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/readme-autogen/README.md b/tools/readme-autogen/README.md index c4a60a8..9d684ca 100644 --- a/tools/readme-autogen/README.md +++ b/tools/readme-autogen/README.md @@ -26,6 +26,18 @@ add\_driver is a tool for internal usage, which purpose is to simplify proper in Just run script. It will update files in your repo working copy. +## Examples + +Here is real commands used for Windows driver 441.28 series: + +```bash +./add_driver.py -W --variant "Studio Driver" 441.28 +./add_driver.py -W -P Quadro -w win10 441.28 +./add_driver.py -W -P Quadro -w win7 441.28 +./add_driver.py -W -P Quadro -w ws2012 441.28 +./add_driver.py -W -P Quadro -w ws2016 441.28 +``` + ## Synopsis ```