mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2024-12-21 23:56:29 +00:00
Added Github Link
This commit is contained in:
parent
73b8a94d97
commit
01445aef6c
3
ixesha
3
ixesha
@ -11,6 +11,7 @@ import os
|
|||||||
|
|
||||||
S = {
|
S = {
|
||||||
'installDir': '/usr/local/bin/',
|
'installDir': '/usr/local/bin/',
|
||||||
|
'git': 'https://github.com/CupCakeArmy/ixesha',
|
||||||
'app': 'Ixesha',
|
'app': 'Ixesha',
|
||||||
'dir': {
|
'dir': {
|
||||||
'input': None,
|
'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']))
|
description='{app} - Incremental Snapshot Backup System'.format(app=S['app']))
|
||||||
|
|
||||||
parser.add_argument('-i', '--install', action='store_true',
|
parser.add_argument('-i', '--install', action='store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user