summaryrefslogtreecommitdiff
path: root/man/mkrc.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/mkrc.1')
-rw-r--r--man/mkrc.15
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mkrc.1 b/man/mkrc.1
index 2d8bbdb..69e2a04 100644
--- a/man/mkrc.1
+++ b/man/mkrc.1
@@ -6,7 +6,7 @@
.Nd bless files into a dotfile
.Sh SYNOPSIS
.Nm mkrc
-.Op Fl vq
+.Op Fl vqo
.Op Fl t Ar tag
.Op Fl d Ar dir
.Ar files ...
@@ -27,6 +27,8 @@ install dotfiles according to tag
.It Fl d Ar DIR
install dotfiles under the specified directory. This can be specified
multiple times.
+.It Fl o
+install dotfiles into the host-specific directory
.El
.Sh FILES
.Pa ~/.dotfiles
@@ -34,6 +36,7 @@ multiple times.
.Sh EXAMPLES
.Dl mkrc ~/.vimrc
.Dl mkrc -t zsh -d company-dotfiles ~/.zshrc ~/.zlogin
+.Dl mkrc -o ~/.rcrc
.Sh SEE ALSO
.Xr lsrc 1 ,
.Xr rcup 1 ,