Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docbook-xsl/fo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:import href="fo/docbook.xsl"/>
<xsl:import href="common.xsl"/>

<xsl:import href="fo/verbatim.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/git-scribe/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parse_options

command :gen do |opts|
opts.banner = "Usage: git scribe gen [options]"
opts.description = "generate digital formats"
opts.description = "generate digital formats: #{GitScribe::OUTPUT_TYPES.join('|')}"
end

command :check do |opts|
Expand Down