Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
Fixed the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GarkGarcia committed Jul 7, 2020
1 parent 34b6942 commit 7b3c13e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ https://github.com/dawbarton/pdf2svg[`pdf2svg`].
tikztosvg [OPTION]... INPUT_PATH
----

If `INPUT_PATH` is set to `-` the input will be read from stdin.
If _INPUT_PATH_ is set to _-_ the input will be read from stdin.

=== Options

*-o, --output*=_OUTPUT_PATH_::
Write output to file _OUTPUT_PATH_.
If set to `-` the output will be written to stdout.
If set to _-_ the output will be written to stdout.
Defaults to the base name of the input file suffixed with the _.svg_
extension. The file is resolved relative to the working directory.

Expand Down Expand Up @@ -62,8 +62,8 @@ image::example.svg[]

== Installation

The `tikztosvg(1)` command and it's man page can be installed in Unix systems by
running:
The `tikztosvg(1)` command and it's man page can be installed in Unix systems
by running:

----
$ curl -s https://raw.githubusercontent.com/GarkGarcia/tikztosvg/master/install.sh | sudo sh
Expand Down
2 changes: 1 addition & 1 deletion man/man.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= tikzsvg(1)
:doctype: manpage
:man manual: TikzToSvg Manual
:man source: TikzToSvg 0.2.0
:man source: TikzToSvg 0.1.1
:page-layout: base

== NAME
Expand Down
4 changes: 2 additions & 2 deletions man/tikztosvg.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2020-07-07
.\" Manual: TikzToSvg Manual
.\" Source: TikzToSvg 0.2.0
.\" Source: TikzToSvg 0.1.1
.\" Language: English
.\"
.TH "TIKZSVG" "1" "2020-07-07" "TikzToSvg 0.2.0" "TikzToSvg Manual"
.TH "TIKZSVG" "1" "2020-07-07" "TikzToSvg 0.1.1" "TikzToSvg Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
2 changes: 1 addition & 1 deletion tikztosvg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ showHelp()

showVersion()
{
echo 0.2.0
echo 0.1.1
exit 0
}

Expand Down

0 comments on commit 7b3c13e

Please sign in to comment.