Skip to content

Commit

Permalink
description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamdam committed Sep 22, 2018
1 parent eb5b854 commit 59264f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iagitup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59264f3

Please sign in to comment.