mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2025-09-05 14:50:40 +00:00
Added Github Link
This commit is contained in:
3
ixesha
3
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',
|
||||
|
Reference in New Issue
Block a user