On Thu, 30 Nov 2023 11:37:07 GMT, Erik Gahlin <egah...@openjdk.org> wrote:
> > @egahlin > > > Looks like the added character and shift to the right will make the > > > description exceed 80 characters in some lines, for example "included" > > > for the begin option. > > > > > > I'm sorry, I don't know from which letter to which letter is more than 80 > > characters, for example in line of begin option. Can you tell me that? > > Also, I didn't know the rule that the number of characters per line should > > not exceed 80. If possible, could you please tell me where such a rule is > > stated? > > You could look at line 319 in DCmdStart.java and 198 in DcmdDump.java. Make > sure characters don't exceed. "...1234567890" Sorry for the late response. Thanks, I understand that characters should not exceed "... 1234567890" (88 characters) . I fixed line 204 in DcmdDump.java. In addition, the starting position of "...1234567890" in DcmdStart.java does not match the beginning of "Syntax :..", and it is hard to see visually whether characters exceed "...1234567890". So I fixed it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16413#issuecomment-1869571223