From 85e16216d4f95a3986ce18d3e5a4a5ed431a4ad5 Mon Sep 17 00:00:00 2001 From: The Linux Kitten Date: Sun, 9 Mar 2014 21:22:02 +0100 Subject: Add support for -v option on OpenBSD The `-v` (verbose) flag for `cp`, `ln`, and `rm` is not standard. It is simple to implement using shell functions, so introduce `cp_v`, `ln_v`, and `rm_v`. These shell functions use the existing `$VERBOSE` variable for printing, which simplifies the code and reduces the number of variables. Fixes #61. --- man/rcm.7 | 1 + 1 file changed, 1 insertion(+) (limited to 'man') diff --git a/man/rcm.7 b/man/rcm.7 index 1b39eae..6b69d31 100644 --- a/man/rcm.7 +++ b/man/rcm.7 @@ -245,6 +245,7 @@ and .An "Caleb Land" Aq Mt caleb@land.fm .An "Dan Croak" Aq Mt dan@thoughtbot.com .An "George Brocklehurst" Aq Mt george@thoughtbot.com +.An "Javier López" Aq Mt linux.kitten@gmail.com .An "Jordan Eldredge" Aq Mt jordaneldredge@gmail.com .An "Pablo Olmos de Aguilera Corradini" Aq Mt pablo@glatelier.org .An "Patrick Brisbin" Aq Mt pat@thoughtbot.com -- cgit v1.2.3