Adjust TRIM warning message
This commit is contained in:
parent
acd484f891
commit
228a5f640e
1 changed files with 1 additions and 2 deletions
|
|
@ -646,8 +646,7 @@ class State():
|
|||
# Select source
|
||||
self.source = select_disk_obj('source', disk_menu, docopt_args['<source>'])
|
||||
if self.source.trim:
|
||||
cli.print_error('Source device supports TRIM')
|
||||
cli.print_warning('Continuing recovery is STRONGLY DISADVISED!')
|
||||
cli.print_warning('Source device supports TRIM')
|
||||
if not cli.ask(' Proceed with recovery?'):
|
||||
cli.abort()
|
||||
self.ui.set_title('Source', self.source.name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue