Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _showmount



Index: Completion/Unix/Command/_showmount
===================================================================
RCS file: Completion/Unix/Command/_showmount
diff -N Completion/Unix/Command/_showmount
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_showmount	7 Mar 2005 03:16:26 -0000
@@ -0,0 +1,10 @@
+#compdef showmount
+
+_arguments \
+	'(-a --all)'{-a,--all}'[list both hostname and mounted dir in host:dir format]' \
+	'(-d --directories)'{-d,--directories}'[list only the directories mounted by some client]' \
+	'(-e --exports)'{-e,--exports}'[show server export list]' \
+	'(-h --help)'{-h,--help}'[help]' \
+	'(-v --version)'{-v,--version}'[version]' \
+	'--no-headers[suppress descriptive headers from output]' \
+	':host:_hosts'



Messages sorted by: Reverse Date, Date, Thread, Author