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/rcdn.1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man/rcdn.1') diff --git a/man/rcdn.1 b/man/rcdn.1 index d61707e..2981bbc 100644 --- a/man/rcdn.1 +++ b/man/rcdn.1 @@ -8,9 +8,9 @@ .Nm rcdn .Op Fl vq .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 program will remove all the rc file symlinks that the @@ -25,18 +25,11 @@ flags. remove rc files from the .Ar DIR . This can be specified multiple times. -.It Fl e Ar EXCL_PAT -do not remove 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 I Ar EXCL_PAT remove 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 @@ -50,6 +43,13 @@ remove dotfiles according to .Ar TAG .It Fl v increase verbosity. This can be repeated for extra verbosity. +.It Fl x Ar EXCL_PAT +do not remove 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 remove the specified file(s) .El -- cgit v1.2.3