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

Commit

Permalink
Merge pull request #5 from jonasschneider/patch-1
Browse files Browse the repository at this point in the history
Fix typo in usage
  • Loading branch information
Manju Rajashekhar committed Feb 12, 2013
2 parents 9c301ff + f07d0a7 commit 129d362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 129d362

Please sign in to comment.