|
@@ -69,7 +69,8 @@ Type ``cdiff -h`` to show usage::
|
69
|
69
|
--version show program's version number and exit
|
70
|
70
|
-h, --help show this help message and exit
|
71
|
71
|
-s, --side-by-side enable side-by-side mode
|
72
|
|
- -w N, --width=N set text width for side-by-side mode, default is 80
|
|
72
|
+ -w N, --width=N set text width for side-by-side mode, 0 for auto
|
|
73
|
+ detection, default is 80
|
73
|
74
|
-l, --log show log with changes from revision control
|
74
|
75
|
-c M, --color=M colorize mode 'auto' (default), 'always', or 'never'
|
75
|
76
|
|