pages/*: reword descriptions to comply with the style guide (#11507)

* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-11-15 05:25:25 +01:00
committed by GitHub
parent 6aa178a6a2
commit 0fddee2272
48 changed files with 65 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
# colordiff
> A tool to colorize diff output.
> The Perl script colordiff is a wrapper for `diff` and produces the same output but with pretty syntax highlighting. Color schemes can be customized.
> A wrapper around `diff` that produces the same output but with pretty syntax highlighting.
> Color schemes can be customized.
> More information: <https://github.com/kimmel/colordiff>.
- Compare files:
@@ -20,6 +20,6 @@
`colordiff -s {{file1}} {{file2}}`
- Ignore white spaces:
- Ignore whitespace:
`colordiff -w {{file1}} {{file2}}`