mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
Document how to enable debug mode to troubleshoot issues
This commit is contained in:
@@ -345,7 +345,7 @@ static int sparsebundle_release(const char *path, struct fuse_file_info *fi)
|
||||
|
||||
static int sparsebundle_show_usage(char *program_name)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-o options] [-f] [-D] <sparsebundle> <mountpoint>\n", program_name);
|
||||
fprintf(stderr, "usage: %s [-o options] [-s] [-f] [-D] <sparsebundle> <mountpoint>\n", program_name);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user