Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Fix typo in usage #5

Merged
merged 2 commits into from
Feb 12, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To build fatcache from source with _debug logs enabled_ and _assertions disabled
[-p port] [-a addr] [-e hash power]
[-f factor] [-n min item chunk size] [-I slab size]
[-i max index memory[ [-m max slab memory]
[-z slab profile] [-i ssd device] [-s server id]
[-z slab profile] [-D ssd device] [-s server id]

Options:
-h, --help : this help
Expand Down
2 changes: 1 addition & 1 deletion src/fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fc_show_usage(void)
" [-p port] [-a addr] [-e hash power]" CRLF
" [-f factor] [-n min item chunk size] [-I slab size]" CRLF
" [-i max index memory[ [-m max slab memory]" CRLF
" [-z slab profile] [-i ssd device] [-s server id]" CRLF
" [-z slab profile] [-D ssd device] [-s server id]" CRLF
" ");

log_stderr(
Expand Down