aboutsummaryrefslogtreecommitdiff
path: root/man/plug.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/plug.1')
-rw-r--r--man/plug.114
1 files changed, 10 insertions, 4 deletions
diff --git a/man/plug.1 b/man/plug.1
index 14cf7f2..5f285f7 100644
--- a/man/plug.1
+++ b/man/plug.1
@@ -19,21 +19,21 @@ support and git submodules.
.SH COMMANDS
.TP
-\fBinstall\fP [\fI-oc\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name
+\fBinstall\fP [\fI-ocl\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name
Install plugin at remote git repo as submodule in GIT-REPO.
.TP
-\fBupdate\fP [\fI-c\fP] [-g \fIGIT-REPO\fP] [-j \fITHREAD-COUNT\fP] "remote git repo"
+\fBupdate\fP [\fI-cl\fP] [-g \fIGIT-REPO\fP] [-j \fITHREAD-COUNT\fP] "remote git repo"
Update all git modules.
.TP
-\fBremove\fP [\fI-oc\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name
+\fBremove\fP [\fI-ocl\fP] [-g \fIGIT-REPO\fP] [-d \fI.vim-LOCATION\fP] plugin-name
Remove plugin.
.TP
-\fBlist\fP [-g \fIGIT-REPO\fP]
+\fBlist\fP [-l] [-g \fIGIT-REPO\fP]
List installed plugins.
.TP
@@ -80,6 +80,12 @@ Default: GIT_REPO/vim/
Number of jobs for "git submodule update" to use.
.RE
+.PP
+\-l
+.RS 4
+Changes logfile (where internal command output is redirected) from the
+default of /tmp/PLUGVIM-date.log to ~/.plug/date.log
+
.SH AUTHOR
.B plug
was written by