From: James Nunez Date: Wed, 9 Oct 2019 20:26:20 +0000 (-0600) Subject: LU-12845 utils: fix typos in 'lctl pcc' help X-Git-Tag: 2.12.90~32 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=0d75d5cd5a6217ec75bac8d3f479bbfb8a10be29;hp=cf9bb79ebc5998c35a208ed011b64f9d4a62e7f3 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 --- 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; }