From 2ebf2175cfb429e6350432cecb0c3451de50d3ff Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 27 Apr 2022 12:06:22 +0200 Subject: [PATCH] fix usage typo in help command output --- bin/tauricon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tauricon.js b/bin/tauricon.js index b577e4e..75959f6 100644 --- a/bin/tauricon.js +++ b/bin/tauricon.js @@ -39,7 +39,7 @@ if (argv.help) { The icon needs to be either png (1240x1240 with transparency) or svg (square dimensions with transparency). Usage - $ tauri icon [ICON-PATH] + $ tauricon [ICON-PATH] Options --help, -h Displays this message