Differences From:
File
src/diffcmd.c
part of check-in
[dbda8d6ce9]
- Initial check-in of m1 sources.
by
drh on
2007-07-21 14:10:57.
[view]
To:
File
src/diffcmd.c
part of check-in
[c9fdb846fb]
- Add the "help" command and the "clean" command. More work is needed
on the text for various help messages.
by
drh on
2007-08-18 02:45:47.
[view]
@@ -46,8 +46,13 @@
/*
** COMMAND: diff
** COMMAND: tkdiff
+**
+** Usage: %fossil diff|tkdiff FILE...
+** Show the difference between the current version of a file (as it
+** exists on disk) and that same file as it was checked out. Use
+** either "diff -u" or "tkdiff".
*/
void diff_cmd(void){
const char *zFile;
Blob cmd;