Skip to content

Commit

Permalink
mr discussion: use meaningful example argument to -F
Browse files Browse the repository at this point in the history
This argument is the file containing the comment that we post to
GitLab. Emphasize that.

Signed-off-by: Johannes Altmanninger <[email protected]>
  • Loading branch information
krobelus committed Oct 26, 2021
1 parent 1153920 commit 13b346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_discussion.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var mrCreateDiscussionCmd = &cobra.Command{
lab mr discussion
lab mr discussion origin
lab mr discussion my_remote -m "discussion comment"
lab mr discussion upstream -F test_file.txt
lab mr discussion upstream -F my_comment.txt
lab mr discussion --commit abcdef123456
lab mr discussion my-topic-branch
lab mr discussion origin 123
Expand Down

0 comments on commit 13b346e

Please sign in to comment.