Fossil SCM
Correction in comment, no change in functionality.
Commit
4cfe13e962a95fe972c3a783aa65f5f42d606269
Parent
f2adddfe601d33c…
1 file changed
+1
-1
+1
-1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -101,11 +101,11 @@ | ||
| 101 | 101 | int tid=0; /* Target version - version we are changing to */ |
| 102 | 102 | Stmt q; |
| 103 | 103 | int latestFlag; /* --latest. Pick the latest version if true */ |
| 104 | 104 | int dryRunFlag; /* -n or --dry-run. Do a dry run */ |
| 105 | 105 | int verboseFlag; /* -v or --verbose. Output extra information */ |
| 106 | - int forceMissingFlag; /* -f or --force. Continue if missing content */ | |
| 106 | + int forceMissingFlag; /* --force-missing. Continue if missing content */ | |
| 107 | 107 | int debugFlag; /* --debug option */ |
| 108 | 108 | int setmtimeFlag; /* --setmtime. Set mtimes on files */ |
| 109 | 109 | int nChng; /* Number of file renames */ |
| 110 | 110 | int *aChng; /* Array of file renames */ |
| 111 | 111 | int i; /* Loop counter */ |
| 112 | 112 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -101,11 +101,11 @@ | |
| 101 | int tid=0; /* Target version - version we are changing to */ |
| 102 | Stmt q; |
| 103 | int latestFlag; /* --latest. Pick the latest version if true */ |
| 104 | int dryRunFlag; /* -n or --dry-run. Do a dry run */ |
| 105 | int verboseFlag; /* -v or --verbose. Output extra information */ |
| 106 | int forceMissingFlag; /* -f or --force. Continue if missing content */ |
| 107 | int debugFlag; /* --debug option */ |
| 108 | int setmtimeFlag; /* --setmtime. Set mtimes on files */ |
| 109 | int nChng; /* Number of file renames */ |
| 110 | int *aChng; /* Array of file renames */ |
| 111 | int i; /* Loop counter */ |
| 112 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -101,11 +101,11 @@ | |
| 101 | int tid=0; /* Target version - version we are changing to */ |
| 102 | Stmt q; |
| 103 | int latestFlag; /* --latest. Pick the latest version if true */ |
| 104 | int dryRunFlag; /* -n or --dry-run. Do a dry run */ |
| 105 | int verboseFlag; /* -v or --verbose. Output extra information */ |
| 106 | int forceMissingFlag; /* --force-missing. Continue if missing content */ |
| 107 | int debugFlag; /* --debug option */ |
| 108 | int setmtimeFlag; /* --setmtime. Set mtimes on files */ |
| 109 | int nChng; /* Number of file renames */ |
| 110 | int *aChng; /* Array of file renames */ |
| 111 | int i; /* Loop counter */ |
| 112 |