From 89a8e457db1cf6e576c2e6e0ea3a68d60346ef6c Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sun, 25 Nov 2007 16:59:06 +0000 Subject: Merge new completion 23878 onto 4.2 branch. --- Completion/Unix/Command/_ranlib | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Completion/Unix/Command/_ranlib (limited to 'Completion') diff --git a/Completion/Unix/Command/_ranlib b/Completion/Unix/Command/_ranlib new file mode 100644 index 000000000..a506ea70a --- /dev/null +++ b/Completion/Unix/Command/_ranlib @@ -0,0 +1,13 @@ +#compdef ranlib + +_arguments \ + "(-a)-s[preferred type ToC (default)]" \ + "(-s)-a[original type ToC]" \ + "-c[include common symbols]" \ + "(-T)-L[4.4bsd archive extended format #1 (default)]" \ + "(-L)-T[truncate names to 16 chars, per pre-4.4.bsd format]" \ + "-f[warn about fat archives]" \ + "-t[do not rebuild ToC (ignored)]" \ + "(-)-[no more options]" \ + "1:archive: _files" + -- cgit 1.4.1