diff --git a/README.rst b/README.rst index 3ba1dc8..5d2a420 100644 --- a/README.rst +++ b/README.rst @@ -13,11 +13,12 @@ python3 and ``less``. .. image:: https://github.com/ymattw/ydiff/blob/master/img/side-by-side.png :alt: side by side :align: center - :width: 900 px + :width: 720 px .. image:: https://github.com/ymattw/ydiff/blob/master/img/unified.png :alt: unified :align: center + :width: 720 px Ydiff only supports diff in `Unified Format`_. This is default in most version control system except Perforce, which needs an environment variable @@ -145,12 +146,6 @@ Type ``ydiff -h`` to show usage:: used to specify default options that will be placed at the beginning of the argument list. - Note: - Option parser will stop on first unknown option and pass them down to - underneath revision control. Environment variable YDIFF_OPTIONS may be - used to specify default options that will be placed at the beginning - of the argument list. - Read diff from local modification in a *Git/Mercurial/Perforce/Svn* workspace (output from e.g. ``git diff``, ``svn diff``): diff --git a/img/side-by-side.png b/img/side-by-side.png index 7142b5d..9cb107c 100644 Binary files a/img/side-by-side.png and b/img/side-by-side.png differ diff --git a/img/unified.png b/img/unified.png index 42510ea..f413b49 100644 Binary files a/img/unified.png and b/img/unified.png differ