westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
235 stars 86 forks source link

Zenfs cli help is missing mkfs #260

Open metaspace opened 1 year ago

metaspace commented 1 year ago
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?

MaisenbacherD commented 1 year ago

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

The subcmd mkfs is still present. :)

metaspace commented 1 year ago

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.

yhr commented 1 year ago

Let's fix it!