Skip to content

Commit

Permalink
Fix bug in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Jun 17, 2022
1 parent 7675d53 commit 28dd77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/stratis-min/stratis-min.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fn parse_args() -> Command<'static> {
.takes_value(false)
.requires("unlock_method"),
),
Command::new("stop").arg(Arg::new("pool_uuid").required(true)),
Command::new("create")
.arg(Arg::new("name").required(true))
.arg(
Expand Down

0 comments on commit 28dd77b

Please sign in to comment.