Skip to content

Commit ab94ae2

Browse files
HADOOP-17931. Fix typos in usage message in winutils.exe
1 parent 1397cf2 commit ab94ae2

File tree

1 file changed

+2
-2
lines changed
  • hadoop-common-project/hadoop-common/src/main/winutils

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/main/winutils/task.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,11 +1330,11 @@ void TaskUsage()
13301330
// jobobject's are being used.
13311331
// ProcessTree.isSetsidSupported()
13321332
fwprintf(stdout, L"\
1333-
Usage: task create [OPTOINS] [TASKNAME] [COMMAND_LINE]\n\
1333+
Usage: task create [OPTIONS] [TASKNAME] [COMMAND_LINE]\n\
13341334
Creates a new task job object with taskname and options to set CPU\n\
13351335
and memory limits on the job object\n\
13361336
\n\
1337-
OPTIONS: -c [cup rate] set the cpu rate limit on the job object.\n\
1337+
OPTIONS: -c [cpu rate] set the cpu rate limit on the job object.\n\
13381338
-m [memory] set the memory limit on the job object.\n\
13391339
The cpu limit is an integral value of percentage * 100. The memory\n\
13401340
limit is an integral number of memory in MB. \n\

0 commit comments

Comments
 (0)