src/bin/proxmox-backup-client.rs: strip .didx file extensions

This commit is contained in:
Dietmar Maurer
2019-03-11 10:51:48 +01:00
parent 74cdb52107
commit 8e39232acc
2 changed files with 26 additions and 14 deletions

View File

@ -12,7 +12,7 @@ use std::os::unix::io::AsRawFd;
use uuid::Uuid;
use chrono::{Local, TimeZone};
/// Header format definition for fixed index files (`.fixd`)
/// Header format definition for fixed index files (`.fidx`)
#[repr(C)]
pub struct FixedIndexHeader {
/// The string `PROXMOX-FIDX`