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 <zhangtianci.1997@bytedance.com>
  • Loading branch information
cntianci committed Jul 18, 2023
1 parent be52ebd commit fb55b66
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 fb55b66

Please sign in to comment.