From 7adc50e887740ad32776b6152a39041d74b133bc Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 16 Feb 2016 18:40:44 +0100 Subject: [PATCH] Renaming project --- .gitignore | 2 +- Makefile | 2 +- README.md | 2 +- totalbackup.py => md5backup.py | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename totalbackup.py => md5backup.py (100%) diff --git a/.gitignore b/.gitignore index c02f288..f17514b 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 3c4350f..65b0ae4 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 3a6289b..1c796cf 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 -- GitLab