about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorWu Zhenyu <wuzhenyu@ustc.edu>2024-01-11 22:03:52 +0800
committerMatthew Martin <phy1729@gmail.com>2024-01-14 13:48:51 -0600
commitdde12593db1d1ed83e985c8ca5e82fee2ad400be (patch)
treef521d1a8a15ec97591c0f4782e9204b961d7803b /Completion
parentd6e4ddd4d48b6ac9c0a29b95e0e2fc0e6012d725 (diff)
downloadzsh-dde12593db1d1ed83e985c8ca5e82fee2ad400be.tar.gz
zsh-dde12593db1d1ed83e985c8ca5e82fee2ad400be.tar.xz
zsh-dde12593db1d1ed83e985c8ca5e82fee2ad400be.zip
Fix a typo
$ valgrind --tool=massif --help | grep time-unit
    --time-unit=i|ms|B        time unit: instructions executed, milliseconds
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Linux/Command/_valgrind2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_valgrind b/Completion/Linux/Command/_valgrind
index e1498be6d..5eaaea338 100644
--- a/Completion/Linux/Command/_valgrind
+++ b/Completion/Linux/Command/_valgrind
@@ -165,7 +165,7 @@ args_massif=(
   "--time-unit=-[specify time unit]:unit [i]:((
     i\:instructions\ executed
     ms\:milliseconds
-    b\:heap\ bytes\ alloc\'d/dealloc\'d
+    B\:heap\ bytes\ alloc\'d/dealloc\'d
   ))"
   '--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]'
   '--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]'