Added Github Link

This commit is contained in:
nicco 2018-01-21 14:30:53 +01:00
parent 73b8a94d97
commit 01445aef6c
1 changed files with 2 additions and 1 deletions

3
ixesha
View File

@ -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',