spdk_top: fix up usage() text
spdk_top is a JSON-RPC client, so -r specifies the RPC connect address, not listen address. Also add missing close parenthesis while we're here. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I6a910df647a3f5eee4df088a2dcf79bc6d7cc087 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6326 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: <dongx.yi@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
35800b39cf
commit
1ed57e1fb6
@ -2454,7 +2454,7 @@ usage(const char *program_name)
|
||||
printf("%s [options]", program_name);
|
||||
printf("\n");
|
||||
printf("options:\n");
|
||||
printf(" -r <path> RPC listen address (default: /var/tmp/spdk.sock\n");
|
||||
printf(" -r <path> RPC connect address (default: /var/tmp/spdk.sock)\n");
|
||||
printf(" -h show this usage\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user