Skip to content

Commit 1861e06

Browse files
committed
remove output
1 parent eb98dd6 commit 1861e06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CommandLine/CommandLine.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,14 @@ extension SwiftDraw.CommandLine {
8484
static func printHelp() {
8585
print("")
8686
print("""
87-
swiftdraw, version 0.2
87+
swiftdraw, version 0.3
8888
copyright (c) 2018 Simon Whitty
8989
90-
usage: swiftdraw <file.svg> [--format png | pdf | jpeg] [--output filename] [...]
90+
usage: swiftdraw <file.svg> [--format png | pdf | jpeg]
9191
9292
<file> svg file to be processed
9393
9494
--format format to output image with. png | pdf | jpeg
95-
--output filename to output image to. Optional.
9695
""")
9796
}
9897
}

0 commit comments

Comments
 (0)