diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_su | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_su b/Completion/Unix/Command/_su index 9d3f28066..057a41371 100644 --- a/Completion/Unix/Command/_su +++ b/Completion/Unix/Command/_su @@ -32,6 +32,7 @@ else '-m[do not reset environment]' '-s[set the MAC label]' ) + ;; *) args+=( '-c[pass command to shell]:command string:->command' ) ;; esac fi |