File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ enum Command {
4646 } ,
4747 /// Shows the log between the given branch and its parent (git-stack tree) branch.
4848 Log {
49- /// Specifies the branch whose log should be shown. If ommitted , the current branch will
49+ /// Specifies the branch whose log should be shown. If omitted , the current branch will
5050 /// be used.
5151 branch : Option < String > ,
5252 } ,
5353 /// Shows the diff between the given branch and its parent (git-stack tree) branch.
5454 Diff {
55- /// Specifies the branch whose diff should be shown. If ommitted , the current branch will
55+ /// Specifies the branch whose diff should be shown. If omitted , the current branch will
5656 /// be used.
5757 branch : Option < String > ,
5858 } ,
You can’t perform that action at this time.
0 commit comments