diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:13 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:13 +0000 |
commit | 2b3114bb95320383034e69b06c3c89ff1a5fd3f2 (patch) | |
tree | be794ff119401a533ae2b7e0f02e5d5a77d8804d /Completion | |
parent | 98c83a3040a37805db61f380a321d5c5dd7a5a88 (diff) | |
download | zsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.tar.gz zsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.tar.xz zsh-2b3114bb95320383034e69b06c3c89ff1a5fd3f2.zip |
moved from Completion/User/_fakeroot
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_fakeroot | 7 |
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' |