zenfs icon indicating copy to clipboard operation
zenfs copied to clipboard

Zenfs cli help is missing mkfs

Open metaspace opened this issue 2 years ago • 3 comments

root@debian:~# ./zenfs
You need to specify a command:
        ./zenfs [list | ls-uuid | df | backup | restore | dump | fs-info | link | delete | rename | rmdir]

mkfs is missing?

metaspace avatar Feb 23 '23 13:02 metaspace

The error message is not up to date. We would need to refactor the command flag error handling.

The subcmd mkfs is still present. :)

MaisenbacherD avatar Feb 23 '23 13:02 MaisenbacherD

The error message is not up to date. We would need to refactor the command flag error handling.

The subcmd mkfs is still present. :)

Yes, that was my point. The help message (error message?) is missing mkfs.

metaspace avatar Feb 23 '23 21:02 metaspace

Let's fix it!

yhr avatar Feb 24 '23 12:02 yhr