On 2025/11/30 11:35, ChengyuZhu6 wrote:
+static void usage(int argc, char **argv)
+{
+       printf("Usage: %s [OPTIONS] SOURCE [MOUNTPOINT]\n"
+              "Manage EROFS filesystem.\n"
+              "\n"
+              "General options:\n"
+              " -V, --version         print the version number of mount.erofs and 
exit\n"
+              " -h, --help            display this help and exit\n"
+              " -o options            comma-separated list of mount options\n"
+              " -t type[.subtype]     filesystem type (and optional subtype)\n"
+              "                       subtypes: fuse, local, nbd\n"
+              " -u                    unmount the filesystem\n"
+              "    --reattach         reattach to an existing NBD device\n"

Hi Chengyu,

Seems wrong indent here.


Thanks,
Yifan Zhao


+#ifdef OCIEROFS_ENABLED

Reply via email to