Documentation improvements
[python-delta-tar] / backup.py
index 0351300..2c1bf27 100644 (file)
--- a/backup.py
+++ b/backup.py
@@ -96,7 +96,7 @@ if __name__ == "__main__":
     parser.add_argument("-r", "--restore", action='store_true',
                         help="Restore a backup.")
     parser.add_argument("-R", "--recover", action='store_true',
-                        help="Restore a backup with an index file.")
+                        help="Recover a potentially damaged backup with an index file.")
     parser.add_argument("-f", "--full", action='store_true',
                         help="Create a full backup.")
     parser.add_argument("-d", "--diff", action='store_true',