Skip to content

Commit

Permalink
Drop -S option from pandoc invokation
Browse files Browse the repository at this point in the history
The option is no longer supported by newer pandoc releases.
  • Loading branch information
neithernut committed Jun 5, 2019
1 parent daf2373 commit 106ff6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkmanpage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ fn main() {
if cfg!(feature = "manpage") {
assert!(Command::new("pandoc")
.arg("-s")
.arg("-S")
.arg("-f").arg("markdown")
.arg("-t").arg("man")
.arg("git-dit.1.md")
Expand Down

0 comments on commit 106ff6e

Please sign in to comment.