Skip to content

Commit a2cf2fd

Browse files
committed
updates
1 parent cac4ab3 commit a2cf2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)