Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Change reserve_value to doc comment (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrund authored Oct 12, 2020
1 parent 641a41f commit e53c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iml-manager-cli/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum RetentionCommand {
Create {
/// Filesystem to create a snapshot retention rule for
filesystem: String,
// Delete the oldest snapshot when available space falls below this value
/// Delete the oldest snapshot when available space falls below this value
reserve_value: u32,
/// The unit of measurement associated with the reserve_value (%, GiB or TiB)
reserve_unit: snapshot::ReserveUnit,
Expand Down

0 comments on commit e53c301

Please sign in to comment.