Fossil SCM
Small correction to the help text for the 'mv' command, as per forum post 25e2d7024b.
Commit
8725737d32c7df76ba0f4a8b07fa45ef0a11223e559b50cc4135bbd2190ee3d4
Parent
8d3281267d9a38f…
1 file changed
+2
-2
+2
-2
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -1006,12 +1006,12 @@ | ||
| 1006 | 1006 | |
| 1007 | 1007 | /* |
| 1008 | 1008 | ** COMMAND: mv |
| 1009 | 1009 | ** COMMAND: rename* |
| 1010 | 1010 | ** |
| 1011 | -** Usage: %fossil mv|rename OLDNAME NEWNAME | |
| 1012 | -** or: %fossil mv|rename OLDNAME... DIR | |
| 1011 | +** Usage: %fossil mv|rename ?OPTIONS? OLDNAME NEWNAME | |
| 1012 | +** or: %fossil mv|rename ?OPTIONS? OLDNAME... DIR | |
| 1013 | 1013 | ** |
| 1014 | 1014 | ** Move or rename one or more files or directories within the repository tree. |
| 1015 | 1015 | ** You can either rename a file or directory or move it to another subdirectory. |
| 1016 | 1016 | ** |
| 1017 | 1017 | ** The 'mv' command does NOT normally rename or move the files on disk. |
| 1018 | 1018 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -1006,12 +1006,12 @@ | |
| 1006 | |
| 1007 | /* |
| 1008 | ** COMMAND: mv |
| 1009 | ** COMMAND: rename* |
| 1010 | ** |
| 1011 | ** Usage: %fossil mv|rename OLDNAME NEWNAME |
| 1012 | ** or: %fossil mv|rename OLDNAME... DIR |
| 1013 | ** |
| 1014 | ** Move or rename one or more files or directories within the repository tree. |
| 1015 | ** You can either rename a file or directory or move it to another subdirectory. |
| 1016 | ** |
| 1017 | ** The 'mv' command does NOT normally rename or move the files on disk. |
| 1018 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -1006,12 +1006,12 @@ | |
| 1006 | |
| 1007 | /* |
| 1008 | ** COMMAND: mv |
| 1009 | ** COMMAND: rename* |
| 1010 | ** |
| 1011 | ** Usage: %fossil mv|rename ?OPTIONS? OLDNAME NEWNAME |
| 1012 | ** or: %fossil mv|rename ?OPTIONS? OLDNAME... DIR |
| 1013 | ** |
| 1014 | ** Move or rename one or more files or directories within the repository tree. |
| 1015 | ** You can either rename a file or directory or move it to another subdirectory. |
| 1016 | ** |
| 1017 | ** The 'mv' command does NOT normally rename or move the files on disk. |
| 1018 |