completions/csharp: Fix syntax error

(cherry picked from commit 4c40283d00)
This commit is contained in:
Fabian Homborg
2022-03-25 16:10:21 +01:00
parent 27c41ba74a
commit 8f11ebb9d4

View File

@@ -1,4 +1,3 @@
complete -c csharp -l attach -f -r -a '(ps -A | awk \'NR > 1 { printf "%s\t%s\n", $1, $4 }\')' -d
'Inject into other processes'
complete -c csharp -l attach -f -r -a '(ps -A | awk \'NR > 1 { printf "%s\t%s\n", $1, $4 }\')' -d 'Inject into other processes'
complete -c csharp -s e -f -r -d 'Specify expression to execute'
complete -c csharp -s s -r -d 'Use file to execute'