summaryrefslogtreecommitdiff
path: root/NEWS.md.in
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-08-03 13:51:27 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-03 13:51:27 -0400
commit4033e43d325e6ff6356eae7c899e593e4e644426 (patch)
tree42f115750649e8556524e7d05afbb162d72b9fd5 /NEWS.md.in
parent22b4bd5555fb8c56aa3137c19ec24704ddc3f64f (diff)
rcup -f and -i
Add the `-f` and `-i` options to rcup(1). `-f` will overwrite any file it doesn't recognize; `-i` will prompt each time, and is the default. For example: rm ~/.zshrc touch ~/.zshrc rcup -f # overwrite that .zshrc with the symlink rcup -i # prompt whether to overwrite that .zshrc
Diffstat (limited to 'NEWS.md.in')
-rw-r--r--NEWS.md.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index f24f2bd..7665527 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -3,6 +3,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low
* Improved Debian handling.
* Introduce mkrc -o to install host-specific dotfiles.
* Add rcdn(1) to remove rc files.
+ * Add rcup -f and -i to force overwrites/prompt for overwrites.
-- Mike Burns <mburns@thoughtbot.com> Tue, 01 Aug 2013 16:43:33 +0200