We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb98dd6 commit 1861e06Copy full SHA for 1861e06
CommandLine/CommandLine.swift
@@ -84,15 +84,14 @@ extension SwiftDraw.CommandLine {
84
static func printHelp() {
85
print("")
86
print("""
87
-swiftdraw, version 0.2
+swiftdraw, version 0.3
88
copyright (c) 2018 Simon Whitty
89
90
-usage: swiftdraw <file.svg> [--format png | pdf | jpeg] [--output filename] [...]
+usage: swiftdraw <file.svg> [--format png | pdf | jpeg]
91
92
<file> svg file to be processed
93
94
--format format to output image with. png | pdf | jpeg
95
---output filename to output image to. Optional.
96
""")
97
}
98
0 commit comments