-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc man page fixes #1789
Misc man page fixes #1789
Conversation
Signed-off-by: Masatake YAMATO <[email protected]>
main/options.c
Outdated
@@ -248,12 +248,12 @@ static optionDescription LongOptionDescription [] = { | |||
{1," Include extra tag entries for selected information (flags: \"Ffq.\") [F]."}, | |||
{1," --extras-<LANG|*>=[+|-]flags"}, | |||
{1," Include <LANG> own extra tag entries for selected information"}, | |||
{1," (flags: --list-extras=<LANG>)."}, | |||
{1," (flags: inquire the output of --list-extras=<LANG> option)."}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand correctly[0], I think it would sound more natural to replace "inquire" with "see" or "refer to". Same with below on L256.
[0]: That it means: to see what you can use for the flags
, use --list-extras
and it will print them for you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
…ANG|*> options Signed-off-by: Masatake YAMATO <[email protected]>
The option itself was deleted ago. Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
…ription of -e Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Close universal-ctags#1082. Signed-off-by: Masatake YAMATO <[email protected]>
Refected the comment from @codebrainz, and updated the commit. |
Signed-off-by: Masatake YAMATO <[email protected]>
Close #1082.