X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=docs%2Findex.rst;h=8e4112a9690de53f00290bd67261f6577eb9bc6c;hp=014ff629f9241aa62379539fd3b10ee646ffce4e;hb=97b4410203f8fb7318b0965bfa58925b71a807db;hpb=b6804601cdf52546c13a0c0dde0f6c22f9c7d82a diff --git a/docs/index.rst b/docs/index.rst index 014ff62..8e4112a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,7 +25,15 @@ Compare two files. Usage:: - cmp.py file1 file2 + cmp.py [-i] [-s --silent --quiet] file1 file2 + +Options:: + + -i, --inhibit-progress-bar + inhibit progress bar + -s, --silent, --quiet + be silent (implied -i) + remove-old-files.py ~~~~~~~~~~~~~~~~~~~