From 0fbc27dbe296e03b4001586a7e29780328cbc657 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 11 Aug 2013 15:48:07 +0200 Subject: 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. --- man/rcm.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/rcm.7') 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 -- cgit v1.2.3