summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-20 16:43:07 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-20 16:43:07 -0500
commit73ab1734f6d353ad4ee2d2f671e3944810fb88e7 (patch)
tree479e250b977afa9556a1e53d993f94d341e14449 /README
parentf75ffa2e8c5391b50177375f0b46653dbd38cc7f (diff)
Added easy support to drop all parameters.
Just set DROP_PARAMETERS to "*"
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e6b6aee..963bca2 100644
--- a/README
+++ b/README
@@ -62,6 +62,9 @@ End-user customization:
ADD_PARAMETERS="--parameter-to-add --another-paramater"
DROP_PARAMETERS="--parameter-to-drop --another-parameter-to-drop"
+ If you want to drop all parameters (for testing purposes, or to work around
+ bugs in HAL), you can use DROP_PARAMETERS="*"
+
That's it!