HDDS-2172.Ozone shell should remove description about REST protocol support. Contributed by Siddharth Wagle.

This commit is contained in:
Bharat Viswanadham 2019-09-24 16:06:10 -07:00
parent c2731d4b63
commit 6917754ba7
No known key found for this signature in database
GPG Key ID: 6A6F3FB121D2F77C

View File

@ -35,8 +35,7 @@ public abstract class Shell extends GenericCli {
private static final Logger LOG = LoggerFactory.getLogger(Shell.class);
public static final String OZONE_URI_DESCRIPTION = "Ozone URI could start "
+ "with o3:// or http(s):// or without prefix. REST protocol will "
+ "be used for http(s), RPC otherwise. URI may contain the host and port "
+ "with o3:// or without prefix. URI may contain the host and port "
+ "of the OM server. Both are optional. "
+ "If they are not specified it will be identified from "
+ "the config files.";