commit aa0f7edd7c72fc24bf1d7a67d7ceb535f3021904
parent f4d6e9e5f20f6958efca2df03159dcb12c8b46b7
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date: Fri, 9 Feb 2018 14:16:05 +0100
[*] Changed name to "icnsify".
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/icnsify/doc.go b/cmd/icnsify/doc.go
@@ -13,7 +13,7 @@ func usage() {
You can also pipe to stdin and from stdout.
The pipes will be detected automatically, and both --input and --output will be ignored.
- cat icon.png | icns | cat > icon.icns
+ cat icon.png | icnsify | cat > icon.icns
`)
}