aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zheng <zhengdaniel@google.com>2024-02-08 15:23:01 -0800
committerDaniel Zheng <zhengdaniel@google.com>2024-02-21 09:23:41 -0800
commit96eb042527badb53116265972907bc4bee6ec386 (patch)
treef60aabe42b6a41ba293b836e91893741bb443ffd
parent40354f8c566311753d2c3318b2f0164856919683 (diff)
downloadupdate_engine-96eb042527badb53116265972907bc4bee6ec386.tar.gz
update_engine: update help text
Fixing typo enable -> disable Test: th Change-Id: I2964c8b81705165ec933804da9bd5ea7483a1bb0
-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,