-
Notifications
You must be signed in to change notification settings - Fork 79
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
Dump help/error fixes #3527
Dump help/error fixes #3527
Conversation
Signed-off-by: Roman Khimov <[email protected]>
Signed-off-by: Roman Khimov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3527 +/- ##
==========================================
- Coverage 86.10% 86.07% -0.03%
==========================================
Files 330 330
Lines 38646 38646
==========================================
- Hits 33276 33266 -10
- Misses 3830 3839 +9
- Partials 1540 1541 +1 ☔ View full report in Codecov by Sentry. |
@@ -100,7 +100,7 @@ func NewCommands() []*cli.Command { | |||
Subcommands: []*cli.Command{ | |||
{ | |||
Name: "dump", | |||
Usage: "Dump blocks (starting with block #1) to the file", |
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.
Why do you reference the issue in the commit header?
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.
Because it fits in there? Usually the problem is that your 60-80 symbols is not enough for it.
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.
LGTM.
No description provided.