~james-w/+junk/fuse-ubuntu

« back to all changes in this revision

Viewing changes to lib/fuse_lowlevel.c

  • Committer: James Westby
  • Date: 2008-05-16 12:59:25 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125925-n62hwyh04yyeo0o6
Import upstream from fuse_2.7.3.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1213
1213
static void fuse_ll_help(void)
1214
1214
{
1215
1215
        fprintf(stderr,
1216
 
"    -o max_write=N         set maximum size of write requests\n"
1217
 
"    -o max_readahead=N     set maximum readahead\n"
1218
 
"    -o async_read          perform reads asynchronously (default)\n"
1219
 
"    -o sync_read           perform reads synchronously\n");
 
1216
"    -o max_write=N         set maximum size of write requests\n"
 
1217
"    -o max_readahead=N     set maximum readahead\n"
 
1218
"    -o async_read          perform reads asynchronously (default)\n"
 
1219
"    -o sync_read           perform reads synchronously\n"
 
1220
"    -o atomic_o_trunc      enable atomic open+truncate support\n");
1220
1221
}
1221
1222
 
1222
1223
static int fuse_ll_opt_proc(void *data, const char *arg, int key,