-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Make all Taglines use imperative mood #3041
Make all Taglines use imperative mood #3041
Conversation
License: MIT Signed-off-by: Jesse Weinstein <[email protected]>
cc @RichardLitt for review |
@@ -16,7 +16,7 @@ import ( | |||
|
|||
var BitswapCmd = &cmds.Command{ | |||
Helptext: cmds.HelpText{ | |||
Tagline: "A set of commands to manipulate the bitswap agent.", | |||
Tagline: "Interact with the bitswap agent.", |
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.
Not sure this is a useful change; bitswap isn't a command, it is a set of subcommands.
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.
I think this is fine, the previous tag wasnt imperative
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.
@whyrusleeping thinks it's fine. Works for me.
Overall looks good; some comments. |
@RichardLitt go ahead and tag this as RFM when you think its ready |
RFM. |
wait what? the comments werent addressed yet |
@whyrusleeping See comments. This works for me. |
A much smaller PR than #3018 . See discussion in ipfs/community#150