Skip to content

Commit

Permalink
help: clearer directory listing usage
Browse files Browse the repository at this point in the history
  • Loading branch information
avih committed Sep 17, 2017
1 parent 05d1204 commit ddc01d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniweb.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ int cc_main(int argc,char* argv[])
" -M : specifiy max clients per IP\n"
" -s : specifiy download speed limit in KB/s [default: none]\n"
" -n : disallow multi-part download [default: allow]\n"
" -d : disallow directory listing [default ON]\n\n"
" -d : disallow directory listing [default: allow]\n\n"
);
fflush(stderr);
exit(1);
Expand Down

0 comments on commit ddc01d1

Please sign in to comment.