diff --git a/.gitignore b/.gitignore index c02f288e340ddfae83ae7dea2e5332fedb3500d1..f17514b350743284e10a589bd1cf776827dd431d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *~ __pycache__ -totalbackup \ No newline at end of file +md5backup \ No newline at end of file diff --git a/Makefile b/Makefile index 3c4350f73e36e03978fd371298727821af2647ad..65b0ae4368e5357a22c32a31c8f04871dda7badf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -totalbackup: totalbackup.py $(sort $(wildcard *.py)) Makefile +md5backup: md5backup.py $(sort $(wildcard *.py)) Makefile apa -o $@ $(filter %.py, $^) diff --git a/README.md b/README.md index 3a6289bbeab65c13e66260dac1db6f90daf436f4..1c796cfa55dfb040641e547a0dde66c76ee12bad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - usage: totalbackup [options] + usage: md5backup [options] optional arguments: -h, --help show this help message and exit diff --git a/totalbackup.py b/md5backup.py similarity index 100% rename from totalbackup.py rename to md5backup.py