Skip to content

Commit ae4a6c0

Browse files
author
Peter Deal
committed
minor fixes
1 parent bef4c52 commit ae4a6c0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ priority = "optional"
3535
assets = [
3636
["target/release/git-interactive-rebase-tool", "usr/bin/interactive-rebase-tool", "755"],
3737
["README.md", "usr/share/doc/cargo-deb/README", "644"],
38-
["git-interactive-rebase-tool.1", "usr/share/man/man1/git-iteractive-rebase-tool.1", "644"]
38+
["interactive-rebase-tool.1", "usr/share/man/man1/interactive-rebase-tool.1", "644"]
3939
]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" Manpage for interactive-rebase-tool.
22
.\" Contact dev@mitmaro.ca to correct errors or typos.
3-
.TH INTERACTIVE\-REBAS 1 "02/02/2018" "v0.5.0" "Git Manual"
3+
.TH INTERACTIVE\-REBASE 1 "02/02/2018" "v0.5.0" "Git Manual"
44
.SH NAME
5-
git-interactive-rebase-tool \- an improved sequence editor for git
5+
interactive-rebase-tool \- an improved sequence editor for git
66
.SH SYNOPSIS
77
.nf
8-
\fIgit interactive-rebase-tool\fR <rebase-todo-filepath>
9-
\fIgit interactive-rebase-tool\fR --version | -v
8+
\fIinteractive-rebase-tool\fR <rebase-todo-filepath>
9+
\fIinteractive-rebase-tool\fR --version | -v
1010
.fi
1111
.SH DESCRIPTION
1212
Full feature terminal based sequence editor for git interactive rebase.

0 commit comments

Comments
 (0)