diff options
| -rw-r--r-- | Opts.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ config = do <> metavar ("(normal|keep|my|old|your)") <> value SpaceNormal <> help - "Resolve conflicts in space-only tokens separately, and either keep unresolved conflicts, or resolve in favor of a given version; `normal' resolves the spaces together with other tokens, ignoring choices in --resolve-space-* (default: normal)" + "Resolve conflicts in space-only tokens separately, and either keep unresolved conflicts, or resolve in favor of a given version; `normal' resolves the spaces together with other tokens, ignoring choices in --conflict-space-* (default: normal)" ] cfgSpaceConflicts <- conflictMask "conflict-space" "space-only tokens" cfgContext <- |
