Document how to enable debug mode to troubleshoot issues

This commit is contained in:
Tor Arne Vestbø
2012-11-18 15:57:18 +01:00
parent c2f9531811
commit fda9993aea
2 changed files with 10 additions and 1 deletions

View File

@@ -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;
}