HDFS-11438. Fix typo in error message of StoragePolicyAdmin tool. Contributed by Alison Yu.
This commit is contained in:
parent
0013090fb4
commit
d150f061f4
|
@ -259,7 +259,7 @@ public class StoragePolicyAdmin extends Configured implements Tool {
|
||||||
final String path = StringUtils.popOptionWithArgument("-path", args);
|
final String path = StringUtils.popOptionWithArgument("-path", args);
|
||||||
if (path == null) {
|
if (path == null) {
|
||||||
System.err.println("Please specify the path from which "
|
System.err.println("Please specify the path from which "
|
||||||
+ "the storage policy will be unsetd.\nUsage: " + getLongUsage());
|
+ "the storage policy will be unset.\nUsage: " + getLongUsage());
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue