X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_urcu_hash.c;h=c4c11924549ba1ab5b3ed7332e65610f8e114106;hp=514d0bcdcf20496805ef3fc97c90f3f51b6acb5a;hb=0663713865a25964c2932943c48e59ddf3caecd8;hpb=d89f0c51ed502c4248211eb43292e92a98ffe31b diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index 514d0bc..c4c1192 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -267,7 +267,9 @@ void test_delete_all_nodes(struct cds_lfht *ht) void show_usage(int argc, char **argv) { - printf("Usage : %s nr_readers nr_writers duration (s)\n", argv[0]); + printf("Usage : %s nr_readers nr_writers duration (s) \n", + argv[0]); + printf("OPTIONS:\n"); #ifdef DEBUG_YIELD printf(" [-r] [-w] (yield reader and/or writer)\n"); #endif @@ -291,10 +293,12 @@ printf(" [not -u nor -s] Add entries (supports redundant keys).\n"); printf(" [-M size] Lookup pool size.\n"); printf(" [-N size] Write pool size.\n"); printf(" [-O size] Init pool size.\n"); - printf(" [-V] Validate lookups of init values (use with filled init pool, same lookup range, with different write range).\n"); + printf(" [-V] Validate lookups of init values.\n"); + printf(" (use with filled init pool, same lookup range,\n"); + printf(" with different write range)\n"); printf(" [-U] Uniqueness test.\n"); printf(" [-C] Number of hash chains.\n"); - printf("\n\n"); + printf("\n"); } int main(int argc, char **argv)