diff options
Diffstat (limited to 'Completion/User/_fakeroot')
-rw-r--r-- | Completion/User/_fakeroot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/User/_fakeroot b/Completion/User/_fakeroot new file mode 100644 index 000000000..64e259d3d --- /dev/null +++ b/Completion/User/_fakeroot @@ -0,0 +1,6 @@ +#compdef fakeroot + +_arguments \ + '--lib[alternate wrapper library]:wrapper library:_files' \ + '--faked[alternate faked binary]:fake binary:_command_names' \ + '*::arguments: _normal' |