summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-20 17:45:09 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-20 17:45:09 -0500
commit23bc36cba4c017f70198ce3278db5597183f1e41 (patch)
tree9f6667c52b9524ac0a4b658226c6baf42851bd98 /README
parenta0b7a9e72d98312a1efd94e738a427c2694461df (diff)
Use 'all' instead of "*" to remove all commandline paraameters.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 963bca2..6646234 100644
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ End-user customization:
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="*"
+ bugs in HAL), you can use DROP_PARAMETERS="all"
That's it!