summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/list.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/list.rs b/src/commands/list.rs
index 0ffebd12..fefe9a9f 100644
--- a/src/commands/list.rs
+++ b/src/commands/list.rs
@@ -195,6 +195,7 @@ fn cmd_list_inner(opt: &Cli) -> anyhow::Result<()> {
opt_set!(fs_opts, verbose, 1);
}
+ // scan for member devices
let fs = Fs::open(&opt.devices, fs_opts)?;
match opt.mode {