|
@@ -2,7 +2,7 @@
|
2
|
2
|
# -*- coding: utf-8 -*-
|
3
|
3
|
|
4
|
4
|
"""
|
5
|
|
-View incremental, colored diff in unified format or in side by side mode with
|
|
5
|
+View colored, incremental diff in unified format or in side by side mode with
|
6
|
6
|
auto pager. Requires Python (>= 2.5.0) and less.
|
7
|
7
|
|
8
|
8
|
See demo at homepage: https://github.com/ymattw/cdiff
|
|
@@ -516,7 +516,7 @@ def main():
|
516
|
516
|
supported_vcs = [check[0] for check, _ in REVISION_CONTROL]
|
517
|
517
|
|
518
|
518
|
usage = '%s [options] [diff]' % os.path.basename(sys.argv[0])
|
519
|
|
- description= ('View incremental, colored diff in unified format or '
|
|
519
|
+ description= ('View colored, incremental diff in unified format or '
|
520
|
520
|
'side by side with auto pager. Read diff from diff '
|
521
|
521
|
'(patch) file if given, or stdin if redirected, or '
|
522
|
522
|
'diff produced by revision tool if in a %s workspace') \
|