diff --git a/btrbk b/btrbk index 5114aef..45b8720 100755 --- a/btrbk +++ b/btrbk @@ -136,13 +136,13 @@ my %table_formats = ( long => [ qw( source_host source_subvol snapshot_path snapshot_name ) ], raw => [ qw( source_url source_host source_path snapshot_path snapshot_name source_rsh ) ], }, - list_target => { table => [ qw( target_host target_subvol ) ], - long => [ qw( target_host target_subvol ) ], + list_target => { table => [ qw( target_host target_path ) ], + long => [ qw( target_host target_path ) ], raw => [ qw( target_url target_host target_path target_rsh ) ], }, - list => { table => [ qw( source_host source_subvol snapshot_path snapshot_name target_host target_subvol ) ], - long => [ qw( source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_host target_subvol target_preserve ) ], - raw => [ qw( source_url source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_url target_host target_subvol target_preserve source_rsh target_rsh ) ], + list => { table => [ qw( source_host source_subvol snapshot_path snapshot_name target_host target_path ) ], + long => [ qw( source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_host target_path target_preserve ) ], + raw => [ qw( source_url source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_url target_host target_path target_preserve source_rsh target_rsh ) ], }, resolved => { table => [ qw( source_host source_subvol snapshot_subvol status target_host target_subvol ) ],