src/bin/proxmox-backup-client.rs - list_snapshot_files: use format_and_print_result_full()

This commit is contained in:
Dietmar Maurer
2020-02-26 13:49:47 +01:00
parent 390c5bdde4
commit ea5f547fdc
2 changed files with 11 additions and 15 deletions

View File

@ -138,7 +138,7 @@ fn list_groups(
},
)]
/// List snapshot files.
fn list_snapshot_files(
pub fn list_snapshot_files(
store: String,
backup_type: String,
backup_id: String,
@ -293,7 +293,7 @@ fn list_snapshots (
},
)]
/// Get datastore status.
fn status(
pub fn status(
store: String,
_info: &ApiMethod,
_rpcenv: &mut dyn RpcEnvironment,