From 01445aef6c20993e9f0c08817cf97d656cd331a6 Mon Sep 17 00:00:00 2001 From: nicco Date: Sun, 21 Jan 2018 14:30:53 +0100 Subject: [PATCH] Added Github Link --- ixesha | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ixesha b/ixesha index 01a78bb..3d499ec 100755 --- a/ixesha +++ b/ixesha @@ -11,6 +11,7 @@ import os S = { 'installDir': '/usr/local/bin/', + 'git': 'https://github.com/CupCakeArmy/ixesha', 'app': 'Ixesha', 'dir': { 'input': None, @@ -22,7 +23,7 @@ S = { }, } -parser = ArgumentParser(prog='{}'.format(S['app']), +parser = ArgumentParser(prog='{}'.format(S['app']), epilog=S['git'], description='{app} - Incremental Snapshot Backup System'.format(app=S['app'])) parser.add_argument('-i', '--install', action='store_true',