diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 17:42:00 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 17:42:00 +0300 |
commit | 798413bc931bb2ddf00fef7c135640ea528e3493 (patch) | |
tree | 8a19b388d4bac9426d891d21471b9d7617207f2d /src | |
parent | 41f28b28ee098af2a8164eed5dbefd19c8426505 (diff) |
Add note about ‘mcp’
Diffstat (limited to 'src')
-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> |