From 0d75d5cd5a6217ec75bac8d3f479bbfb8a10be29 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 9 Oct 2019 14:26:20 -0600 Subject: [PATCH 1/1] LU-12845 utils: fix typos in 'lctl pcc' help The help message for 'lctl pcc ...' has typos that should be corrected. Test-Parameters: trivial Signed-off-by: James Nunez Change-Id: I880a126d38a7cf9b2fc65d1a05a5d4eb554be1e5 Reviewed-on: https://review.whamcloud.com/36416 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Li Xi Reviewed-by: Yingjin Qian Reviewed-by: Oleg Drokin --- lustre/utils/lctl.c | 8 ++++---- lustre/utils/obd.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index 8504c72b..4fb7071 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -383,10 +383,10 @@ command_t cmdlist[] = { {"=== Persistent Client Cache ===", NULL, 0, "PCC user management"}, {"pcc", jt_pcc, pccdev_cmdlist, "lctl commands used to interact with PCC features:\n" - "lclt pcc add - add a PCC backend to a client\n" - "lclt pcc del - delete a PCC backend on a client\n" - "lclt pcc clear - remove all PCC backends on a client\n" - "lclt pcc list - list all PCC backends on a client\n"}, + "lctl pcc add - add a PCC backend to a client\n" + "lctl pcc del - delete a PCC backend on a client\n" + "lctl pcc clear - remove all PCC backends on a client\n" + "lctl pcc list - list all PCC backends on a client\n"}, /* Device configuration commands */ {"== device setup (these are not normally used post 1.4) ==", diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 123a5f9..f3294ff 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -5451,7 +5451,7 @@ int jt_pcc_add(int argc, char **argv) if (optind + 2 != argc) { fprintf(stderr, - "%s: must speficy mount path and PCC path %d:%d\n", + "%s: must specify mount path and PCC path %d:%d\n", jt_cmdname(argv[0]), optind, argc); return CMD_HELP; } -- 1.8.3.1