From 59264f392c4e5436f85ec9cdb682948ff39afb21 Mon Sep 17 00:00:00 2001 From: gio Date: Sat, 22 Sep 2018 16:30:47 -0700 Subject: [PATCH] description updated --- iagitup/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iagitup/__main__.py b/iagitup/__main__.py index e218b1f..4d3cdbc 100644 --- a/iagitup/__main__.py +++ b/iagitup/__main__.py @@ -32,9 +32,9 @@ import iagitup -PROGRAM_DESCRIPTION = 'A tool to archive a GitHub repository on the Internet Archive. \ +PROGRAM_DESCRIPTION = 'A tool to archive a GitHub repository to the Internet Archive. \ The script downloads the GitHub repository, creates a git bundle and uploads \ - it on archive.org in a timestamped item. With nice description and metadata.' + it to archive.org.' # Configure argparser parser = argparse.ArgumentParser(description=PROGRAM_DESCRIPTION)