summaryrefslogtreecommitdiff
path: root/bin/mkrc
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-05 04:41:38 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-05 05:57:18 +0200
commit122bbf0c6da226fc7e8a7e2a8d173b3e6259f7cf (patch)
treea161a071a42e9af7bd7feb301a0497e7d8a2b147 /bin/mkrc
parent63b50643b0ffd287d0070e494625056a05081ce8 (diff)
Inclusionary patterns: -I
The `-I` flag serves as an "undo" for the `-e` pattern. It overrides any matching exclusions, allowing for temporary listing/installation/removal. For example, if you want to try a `.pythonrc` but leave it in your `EXCLUDES` in rcrc(5), you can do: rcup -Ipythonrc pythonrc
Diffstat (limited to 'bin/mkrc')
-rwxr-xr-xbin/mkrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkrc b/bin/mkrc
index 5a70482..d3effb8 100755
--- a/bin/mkrc
+++ b/bin/mkrc
@@ -23,7 +23,7 @@ if [ -e $HOME/.rcrc ]; then
fi
if [ $# -eq 0 ]; then
- echo "Usage: mkrc [-d dir] [-t tag] [-o] [-v] [-q] filename ..."
+ echo "Usage: mkrc [-vqo] [-t tag] [-d dir] files ..."
exit 1
fi