summaryrefslogtreecommitdiff
path: root/man/mkrc.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/mkrc.1')
-rw-r--r--man/mkrc.112
1 files changed, 8 insertions, 4 deletions
diff --git a/man/mkrc.1 b/man/mkrc.1
index 3101839..687c894 100644
--- a/man/mkrc.1
+++ b/man/mkrc.1
@@ -6,7 +6,7 @@
.Nd bless files into a dotfile managed by rcm
.Sh SYNOPSIS
.Nm mkrc
-.Op Fl Cvqo
+.Op Fl ChoqSsVv
.Op Fl t Ar tag
.Op Fl d Ar dir
.Op Fl B Ar hostname
@@ -28,10 +28,15 @@ home directory
.It Fl d Ar DIR
install dotfiles under the specified directory. This can be specified
multiple times.
+.It Fl h
+show usage instructions.
.It Fl o
install dotfiles into the host-specific directory
.It Fl q
decrease verbosity
+.It Fl S
+treat the specified rc files as files to be symlinked, even if they are
+directories
.It Fl s
if the rc file is a file, symlink it; otherwise, make a directory
structure as described in
@@ -39,13 +44,12 @@ structure as described in
in the section
.Sx ALGORITHM .
This is the default.
-.It Fl S
-treat the specified rc files as files to be symlinked, even if they are
-directories
.It Fl t Ar TAG
install dotfiles according to tag
.It Fl v
increase verbosity. This can be repeated for extra verbosity.
+.It Fl V
+show the version number.
.El
.Sh ENVIRONMENT
.Bl -tag -width ".Ev RCRC"