]> git.phdru.name Git - ppu.git/blobdiff - docs/index.rst
Add cmp.py
[ppu.git] / docs / index.rst
index a438400ca1dca0fee802c49ccefda09b4b2b1666..2da73c2b951713ac8a5836ef3998d5af44c872c5 100644 (file)
@@ -1,18 +1,16 @@
-.. remove-old-files documentation master file, created by
+.. ppu documentation master file, created by
    sphinx-quickstart on Sat Apr 15 20:37:34 2017.
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to remove-old-files's documentation!
-============================================
-
-Remove old files. It's a portable replacement for
-`find start_dir -type f -mtime +31 -delete`.
+Portable Python Utilities
+=========================
 
 .. toctree::
    :maxdepth: 2
    :caption: Contents:
 
+   install
    news
 
 .. highlight:: none
@@ -20,12 +18,24 @@ Remove old files. It's a portable replacement for
 Command line
 ------------
 
+cmp.py
+~~~~~~
+
+Compare two files.
+
+Usage::
+
+    cmp.py file1 file2
+
 remove-old-files.py
 ~~~~~~~~~~~~~~~~~~~
 
+Remove old files. It's a portable replacement for
+`find start_dir -type f -mtime +31 -delete`.
+
 Usage::
 
-    remove-old-files.py -o days start_dir
+    remove-old-files.py [-e] -o days start_dir
 
 Options::