Fossil SCM
diff help text: noted that -N is just an alias for --verbose, to help avoid confusion reported in [forum:/forumpost/e7311328be | /forumpost/e7311328be].
Commit
bfd1a682f3072be116d221a1c37f18848bf8748128c1318eb2bdfccfd0dab5dd
Parent
da0d7f7460d5cb4…
1 file changed
+1
-1
+1
-1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -847,11 +847,11 @@ | ||
| 847 | 847 | ** --diff-binary BOOL Include binary files with external commands |
| 848 | 848 | ** --exec-abs-paths Force absolute path names on external commands |
| 849 | 849 | ** --exec-rel-paths Force relative path names on external commands |
| 850 | 850 | ** --from|-r VERSION Select VERSION as source for the diff |
| 851 | 851 | ** --internal|-i Use internal diff logic |
| 852 | -** --new-file|-N Show complete text of added and deleted files | |
| 852 | +** --new-file|-N Alias for --verbose | |
| 853 | 853 | ** --numstat Show only the number of lines delete and added |
| 854 | 854 | ** --side-by-side|-y Side-by-side diff |
| 855 | 855 | ** --strip-trailing-cr Strip trailing CR |
| 856 | 856 | ** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh") |
| 857 | 857 | ** --tk Launch a Tcl/Tk GUI for display |
| 858 | 858 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -847,11 +847,11 @@ | |
| 847 | ** --diff-binary BOOL Include binary files with external commands |
| 848 | ** --exec-abs-paths Force absolute path names on external commands |
| 849 | ** --exec-rel-paths Force relative path names on external commands |
| 850 | ** --from|-r VERSION Select VERSION as source for the diff |
| 851 | ** --internal|-i Use internal diff logic |
| 852 | ** --new-file|-N Show complete text of added and deleted files |
| 853 | ** --numstat Show only the number of lines delete and added |
| 854 | ** --side-by-side|-y Side-by-side diff |
| 855 | ** --strip-trailing-cr Strip trailing CR |
| 856 | ** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh") |
| 857 | ** --tk Launch a Tcl/Tk GUI for display |
| 858 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -847,11 +847,11 @@ | |
| 847 | ** --diff-binary BOOL Include binary files with external commands |
| 848 | ** --exec-abs-paths Force absolute path names on external commands |
| 849 | ** --exec-rel-paths Force relative path names on external commands |
| 850 | ** --from|-r VERSION Select VERSION as source for the diff |
| 851 | ** --internal|-i Use internal diff logic |
| 852 | ** --new-file|-N Alias for --verbose |
| 853 | ** --numstat Show only the number of lines delete and added |
| 854 | ** --side-by-side|-y Side-by-side diff |
| 855 | ** --strip-trailing-cr Strip trailing CR |
| 856 | ** --tclsh PATH Tcl/Tk used for --tk (default: "tclsh") |
| 857 | ** --tk Launch a Tcl/Tk GUI for display |
| 858 |