diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-14 12:37:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-14 12:37:06 +0100 |
| commit | 1e265a2376beb1521a49af228787d8e39abfaa01 (patch) | |
| tree | 88b875f505e8b3e69f1ce34e2903ab63f32aef10 | |
| parent | 8bb9dd39d5e32f0f31c8ac2e2b176a3f322d1a93 (diff) | |
Reference another example in the intro.
| -rw-r--r-- | kconfiglib.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index d8cb7b6..3d21c6a 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -57,6 +57,10 @@ Look in the examples/ subdirectory for examples, which can be run with e.g. $ make scriptconfig SCRIPT=Kconfiglib/examples/print_tree.py +or + + $ make scriptconfig SCRIPT=Kconfiglib/examples/help_grep.py SCRIPT_ARG="kernel" + Look in testsuite.py for the test suite. Credits: Written by Ulf "Ulfalizer" Magnusson |
