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/lsrc.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'man/lsrc.1') diff --git a/man/lsrc.1 b/man/lsrc.1 index fb48680..f8e675c 100644 --- a/man/lsrc.1 +++ b/man/lsrc.1 @@ -8,9 +8,9 @@ .Nm lsrc .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 files ... .Sh DESCRIPTION This program lists all configuration files, both the sources in the @@ -31,17 +31,12 @@ list dotfiles according to TAG .It Fl d Ar DIR list dotfiles from the DIR. This can be specified multiple times. . -.It Fl e Ar excl_pat -exclude the files that match the given pattern. See -.Sx EXCLUDE PATTERN -for more details. This option can be repeated. -. .It Fl I Ar excl_pat include the files that match the given pattern. This is applied after any -.Fl e +.Fl x options. It uses the same pattern language as -.Fl e ; +.Fl x ; more details are in the .Sx EXCLUDE PATTERN section. @@ -51,6 +46,11 @@ increase verbosity. This can be repeated for extra verbosity. .It Fl q decrease verbosity . +.It Fl x Ar excl_pat +exclude the files that match the given pattern. See +.Sx EXCLUDE PATTERN +for more details. This option can be repeated. +. .It Ar files ... only list the specified file(s) .El -- cgit v1.2.3