zenfs
zenfs copied to clipboard
Zenfs cli help is missing mkfs
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?
The error message is not up to date. We would need to refactor the command flag error handling.
The subcmd mkfs
is still present. :)
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.
Let's fix it!