Skip to content

Commit

Permalink
repeated s option in getopt
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Apr 10, 2009
1 parent c061457 commit beb175a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions memcached.c
Expand Up @@ -3984,14 +3984,13 @@ int main (int argc, char **argv) {
"u:" /* user identity to run as */
"P:" /* save PID in file */
"f:" /* factor? */
"s:" /* unix socket */
"n:" /* minimum space allocated for key+value+flags */
"t:" /* threads */
"D:" /* prefix delimiter? */
"L" /* Large memory pages */
"R:" /* max requests per event */
"C" /* Disable use of CAS */
"b:" /* backlog queue limit */
"C" /* Disable use of CAS */
"b:" /* backlog queue limit */
))) {
switch (c) {
case 'a':
Expand Down

0 comments on commit beb175a

Please sign in to comment.