aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_device.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_device.py')
-rwxr-xr-xscripts/update_device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_device.py b/scripts/update_device.py
index 26e6e1cb..e8725c48 100755
--- a/scripts/update_device.py
+++ b/scripts/update_device.py
@@ -409,7 +409,7 @@ def main():
parser.add_argument('--enable-threading', action='store_true',
help='Enable multi-threaded compression for VABC')
parser.add_argument('--disable-threading', action='store_true',
- help='Enable multi-threaded compression for VABC')
+ help='Disable multi-threaded compression for VABC')
parser.add_argument('--batched-writes', action='store_true',
help='Enable batched writes for VABC')
parser.add_argument('--speed-limit', type=str,