Skip to content

Commit

Permalink
nydusctl: fixup umount argument usage
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Tianci <[email protected]>
  • Loading branch information
cntianci authored and jiangliu committed Jul 25, 2023
1 parent 58842cb commit 471a737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/nydusctl/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ async fn main() -> Result<()> {
Arg::new("mountpoint")
.help("Mountpoint of the filesystem instance")
.short('m')
.required(true)
.index(1),
.required(true),
),
);

Expand Down

0 comments on commit 471a737

Please sign in to comment.