about summary refs log tree commit diff
path: root/Completion/Unix/Command/_fakeroot
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:49:13 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:49:13 +0000
commit2b3114bb95320383034e69b06c3c89ff1a5fd3f2 (patch)
treebe794ff119401a533ae2b7e0f02e5d5a77d8804d /Completion/Unix/Command/_fakeroot
parent98c83a3040a37805db61f380a321d5c5dd7a5a88 (diff)
downloadzsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.tar.gz
zsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.tar.xz
zsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.zip
moved from Completion/User/_fakeroot
Diffstat (limited to 'Completion/Unix/Command/_fakeroot')
-rw-r--r--Completion/Unix/Command/_fakeroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_fakeroot b/Completion/Unix/Command/_fakeroot
new file mode 100644
index 000000000..bb9655a85
--- /dev/null
+++ b/Completion/Unix/Command/_fakeroot
@@ -0,0 +1,7 @@
+#compdef fakeroot
+
+_arguments \
+       '--lib[alternate wrapper library]:wrapper library:_files' \
+       '--faked[alternate faked binary]:fake binary: _command_names -e' \
+       '(-):command name: _command_names -e'  \
+       '*::arguments: _normal'