Skip to content

Commit 71045cb

Browse files
committed
anylinuxfs list: added DISK|IMAGE argument description
1 parent 2267016 commit 71045cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

anylinuxfs/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ struct ConfigCmd {
317317
.args(&["linux", "microsoft"]),
318318
))]
319319
struct ListCmd {
320-
#[arg(value_name = "DISK")]
320+
/// List only the specified disk or image
321+
#[arg(value_name = "DISK|IMAGE")]
321322
disk: Option<String>,
322323
/// Decrypt LUKS partitions: comma-separated list of paths or "all"
323324
#[arg(short, long, value_delimiter = ',', num_args = 1..)]

0 commit comments

Comments
 (0)