From a1f9b1324d379678b93256a6dd43d8a2f50e143d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 8 Aug 2020 00:39:40 +0200 Subject: unposted: fix syntax errors in recently added completers --- Completion/BSD/Command/_kdump | 2 +- Completion/BSD/Type/_ktrace_points | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/BSD/Command/_kdump b/Completion/BSD/Command/_kdump index 669260eee..946296a75 100644 --- a/Completion/BSD/Command/_kdump +++ b/Completion/BSD/Command/_kdump @@ -68,7 +68,7 @@ case $OSTYPE; in '-e[interpret system call maps using the specified emulation]:emulation:' '-N[suppress system call name translation]' '-X[Display GIO data in hex and ascii in groups of specified size]:size:(1 2 4 8 16)' - '-x[Display GIO data in hex and ascii] + '-x[Display GIO data in hex and ascii]' '1:dump file:_files' ) ;; diff --git a/Completion/BSD/Type/_ktrace_points b/Completion/BSD/Type/_ktrace_points index 1993c8d7b..3068951fd 100644 --- a/Completion/BSD/Type/_ktrace_points +++ b/Completion/BSD/Type/_ktrace_points @@ -45,6 +45,6 @@ case $OSTYPE in 'X[trace environment in execve(2)]' ) ;; -easc +esac _values -s '' 'ktrace point' $points -- cgit 1.4.1