about summary refs log tree commit diff
path: root/Completion/Unix/Command/_su
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_su')
-rw-r--r--Completion/Unix/Command/_su1
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