summaryrefslogtreecommitdiff
path: root/script/generate_param.py
diff options
context:
space:
mode:
Diffstat (limited to 'script/generate_param.py')
-rw-r--r--script/generate_param.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/generate_param.py b/script/generate_param.py
index c6ec8bc1448..3ef40038774 100644
--- a/script/generate_param.py
+++ b/script/generate_param.py
@@ -36,7 +36,7 @@ parser.add_option("-f", "--file", dest="filename",
parser.add_option("-o", "--output", dest="output",
help='output file', metavar="FILE")
parser.add_option("--mode", type="choice", metavar="<FUNCTIONS|S3PROTO|LIBPROTO|PARAMDEFS|PARAMTABLE>",
- choices=["FUNCTIONS", "S3PROTO", "LIBPROTO", "PARAMDEFS", "PARAMTABLE"], default="FUNCTIONS")
+ choices=["FUNCTIONS", "S3PROTO", "LIBPROTO", "PARAMDEFS", "PARAMTABLE"], default="FUNCTIONS")
parser.add_option("--scope", metavar="<GLOBAL|LOCAL>",
choices = ["GLOBAL", "LOCAL"], default="GLOBAL")