Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 22, 2018
1 parent 1780edf commit 394bc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iagitup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Configure argparser
parser = argparse.ArgumentParser(description=PROGRAM_DESCRIPTION)
parser.add_argument('--metadata', '-m', default=None, type=str, required=False, help="Custom metadata to add to the archive.org item.")
parser.add_argument('url', type=str, help='[GITHUB REPO] to archive')
parser.add_argument('gitubeurl', type=str, help='[GITHUB REPO] to archive')
args = parser.parse_args()


Expand Down Expand Up @@ -205,7 +205,7 @@ def upload_ia(gh_repo_folder, gh_repo_data, custom_meta=None):


def main():
URL = args.url
URL = args.gitubeurl
custom_metadata = args.metadata
md = None
custom_meta_dict = None
Expand Down

0 comments on commit 394bc88

Please sign in to comment.