aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Laurence McGlashan <laurence.mcglashan@gmail.com>2016-04-13 22:45:12 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-04-15 15:10:21 +0200
commit4aa8fc753f9f5e39ef3cdc83d2c48fd2b353eef8 (patch)
tree1fe0a9222a92783fa1ef36a63689dac12694df14 /share
parent635a1e9dd24dc64077bd1d7e02bf998b41984974 (diff)
Correct typo in valgrind completions
Diffstat (limited to 'share')
-rw-r--r--share/completions/valgrind.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/valgrind.fish b/share/completions/valgrind.fish
index 9dfe968c..bc805f4a 100644
--- a/share/completions/valgrind.fish
+++ b/share/completions/valgrind.fish
@@ -42,8 +42,8 @@ complete -c valgrind -l demangle -xd "Demangle C++ names" -a "yes no"
complete -xc valgrind -l num-callers --description "Callers in stack trace"
complete -xc valgrind -l error-limit --description "Stop showing errors if too many" -a "yes no"
complete -xc valgrind -l show-below-main --description "Continue trace below main()" -a "yes no"
-complete -rc valgrind -l supressions --description "Supress errors from file"
-complete -c valgrind -l gen-supressions --description "Print suppressions for detected errors"
+complete -rc valgrind -l suppressions --description "Supress errors from file"
+complete -c valgrind -l gen-suppressions --description "Print suppressions for detected errors"
complete -xc valgrind -l db-attach --description "Start debugger on error" -a "yes no"
complete -rc valgrind -l db-command --description "Debugger command"
complete -xc valgrind -l input-fd --description "File descriptor for input" -a "0 1 2 3 4 5 6 7 8 9"