1
0

[MINOR] Fix typo,'paritition' corrected to 'partition' (#3764)

This commit is contained in:
董可伦
2021-10-12 02:07:34 +08:00
committed by GitHub
parent f14d4e65e7
commit 48a3906ccc
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ public class FileSystemViewCommand implements CommandMarker {
@CliCommand(value = "show fsview latest", help = "Show latest file-system view")
public String showLatestFileSlices(
@CliOption(key = {"partitionPath"}, help = "A valid paritition path", mandatory = true) String partition,
@CliOption(key = {"partitionPath"}, help = "A valid partition path", mandatory = true) String partition,
@CliOption(key = {"baseFileOnly"}, help = "Only display base file view",
unspecifiedDefaultValue = "false") boolean baseFileOnly,
@CliOption(key = {"maxInstant"}, help = "File-Slices upto this instant are displayed",