summaryrefslogtreecommitdiff
path: root/man/rcup.1
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-11 15:48:07 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-11 15:48:07 +0200
commit0fbc27dbe296e03b4001586a7e29780328cbc657 (patch)
treedf0e2c654f4235939fdc37def18f6baf92e43081 /man/rcup.1
parent63ab42206f25e181f626ec0c7ddad045fa27846c (diff)
Change `-e` to `-x`
Since the `-e` flag was for exclude patterns, and since it's rare for a word with an `x` to come along, change the `-e` flag to `-x`. Better to do it now before a new release.
Diffstat (limited to 'man/rcup.1')
-rw-r--r--man/rcup.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man/rcup.1 b/man/rcup.1
index e8f646a..0b265ab 100644
--- a/man/rcup.1
+++ b/man/rcup.1
@@ -8,9 +8,9 @@
.Nm rcup
.Op Fl Cfiqv
.Op Fl d Ar dir
-.Op Fl e Ar excl_pat
.Op Fl I Ar excl_pat
.Op Fl t Ar tag
+.Op Fl x Ar excl_pat
.Op Ar files ...
.Sh DESCRIPTION
This is a program to update and install personal dotfiles. These
@@ -31,13 +31,6 @@ copy the files instead of symlinking them
install dotfiles from the
.Ar DIR .
This can be specified multiple times.
-.It Fl e Ar EXCL_PAT
-do not install rc files that match
-.Ar EXCL_PAT .
-This can be repeated with additional patterns. See
-.Xr lsrc 1 ,
-.Sx EXCLUDE PATTERN ,
-for more details.
.It Fl f
If the rc file already exists in your home directory but does not match
the file in your dotfiles directory, remove the rc file then create the
@@ -50,7 +43,7 @@ is the default
install rc files that match
.Ar EXCL_PAT
despite being excluded by the
-.Fl e
+.Fl x
flag or a setting in
.Xr rcrc 5 .
This can be repeated with additional patterns. See
@@ -64,6 +57,13 @@ install dotfiles according to
decrease verbosity
.It Fl v
increase verbosity. This can be repeated for extra verbosity.
+.It Fl x Ar EXCL_PAT
+do not install rc files that match
+.Ar EXCL_PAT .
+This can be repeated with additional patterns. See
+.Xr lsrc 1 ,
+.Sx EXCLUDE PATTERN ,
+for more details.
.It Ar files
only install the specified file(s)
.El