diff options
-rw-r--r-- | src/prj/mmv/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/prj/mmv/index.html b/src/prj/mmv/index.html index d13f7c8..bf4b07d 100644 --- a/src/prj/mmv/index.html +++ b/src/prj/mmv/index.html @@ -33,6 +33,15 @@ </em> </p> + <p> + NOTE: As of the + <a href="https://git.sr.ht/~mango/mmv/refs/v1.2.0">v1.2.0</a> release + there is now also the <code>mcp</code> utility. It behaves the same as + the <code>mmv</code> utility but it copies files instead of moving them. + It also doesn’t support the ‘<code>-n</code>’ flag as it doesn’t need to + deal with backups. + </p> + <h2>Table of Contents</h2> <ul> |