@@ -1324,7 +1324,7 @@ def _do_it(self, mode='update'):
1324
1324
parser .add_argument ('-oc' , '--open-cache' , action = 'store_true' , help = SUPPRESS )
1325
1325
parser .add_argument ('-sc' , '--show-cache' , action = 'store_true' , help = SUPPRESS )
1326
1326
parser .add_argument ('-cc' , '--clear-cache' , action = 'store_true' , help = SUPPRESS )
1327
- parser .add_argument ('-i' , '--isolated ' , action = 'store_true' , help = SUPPRESS )
1327
+ parser .add_argument ('-i' , '--isolate ' , action = 'store_true' , help = SUPPRESS )
1328
1328
if HAS_PIPX :
1329
1329
parser .add_argument ('-gc' , '--get-cache' , action = 'store_true' ,
1330
1330
help = 'Download source code, keep it in the cache and exit.' )
@@ -1333,7 +1333,10 @@ def _do_it(self, mode='update'):
1333
1333
parser .add_argument ('--python2' , action = 'store_true' ,
1334
1334
help = 'Install using python 2.' )
1335
1335
else :
1336
- parser .add_argument ('-i' , '--isolated' , action = 'store_true' , help = SUPPRESS )
1336
+ parser .add_argument ('-oc' , '--open-cache' , action = 'store_true' , help = SUPPRESS )
1337
+ parser .add_argument ('-sc' , '--show-cache' , action = 'store_true' , help = SUPPRESS )
1338
+ parser .add_argument ('-cc' , '--clear-cache' , action = 'store_true' , help = SUPPRESS )
1339
+ parser .add_argument ('-i' , '--isolate' , action = 'store_true' , help = SUPPRESS )
1337
1340
parser .add_argument ('--python2' , action = 'store_true' , help = SUPPRESS )
1338
1341
parser .add_argument ('-R' , '--uninstall' , action = 'store_true' ,
1339
1342
help = 'Uninstall PyRadio.' )
0 commit comments