summaryrefslogtreecommitdiff
path: root/man/rcm.7
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/rcm.7
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/rcm.7')
-rw-r--r--man/rcm.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rcm.7 b/man/rcm.7
index 3a9f659..ff94a70 100644
--- a/man/rcm.7
+++ b/man/rcm.7
@@ -85,7 +85,7 @@ or
symlink to be created in your home
directory. Use an exclusion pattern to ignore these.
.Pp
-.Dl rcup -e install -e Rakefile -e Makefile -e install.sh
+.Dl rcup -x install -x Rakefile -x Makefile -x install.sh
.Ss COMMON PROBLEM: DOTTED FILENAMES IN DOTFILES DIRECTORY
A less common situation is for all the filenames in your dotfiles
directory to be prefixed with a period. These files are skipped by the
@@ -202,7 +202,7 @@ will take precedence over
.Pp
An exclusion pattern can be tied to a specific dotfiles directory.
.Pp
-.Dl rcup -d .dotfiles -d work-dotfiles -e 'work-dotfiles:powrc'
+.Dl rcup -d .dotfiles -d work-dotfiles -x 'work-dotfiles:powrc'
.
.Sh HOST-SPECIFIC DOTFILES
You can also mark host-specific files. This will go by the hostname. The