Skip to content
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

Update docs #100

Merged
merged 5 commits into from
Feb 18, 2021
Merged

Update docs #100

merged 5 commits into from
Feb 18, 2021

Conversation

kdkasad
Copy link
Contributor

@kdkasad kdkasad commented Feb 18, 2021

I noticed that the option -u was specified twice in the man page with different meanings. I went through and updated the documentation to reflect the current behavior of kirc.

This includes:

  • Fixing the real name option by changing -u to -r in the man page
  • Adding the @@<target> command to the man page (for CTCP ACTION messages)
  • Adding docs for the <message> parameter to the @<target> and @@<target> commands
  • Adding the verbosity option (-V) to the man page
  • Separating the flag options printed by the usage() function (see commit message for rationale)

Usually the format '[option1|option2]' means EITHER 'option1' OR
'option2' may be specified, but not both. Since the options '-v', '-V',
and '-e' can all be given (and are all optional), the proper format is
'[-v] [-V] [-e]'.
@mcpcpc mcpcpc self-assigned this Feb 18, 2021
@mcpcpc mcpcpc added the documentation Improvements or additions to documentation label Feb 18, 2021
@mcpcpc mcpcpc merged commit efa1745 into mcpcpc:master Feb 18, 2021
xfnw pushed a commit to xfnw/kirc that referenced this pull request Jan 20, 2022
* add CTCP ACTION information to man page

* add documentation for <message> parameter to commands which support it

* fix incorrect flag character for real name option

* add verbosity option (-V) to man page

* separate flag options in usage information

Usually the format '[option1|option2]' means EITHER 'option1' OR
'option2' may be specified, but not both. Since the options '-v', '-V',
and '-e' can all be given (and are all optional), the proper format is
'[-v] [-V] [-e]'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants