From ab8e0e4d374ef64eeab033aca55d19330f4ba97b Mon Sep 17 00:00:00 2001 From: Kaelig Deloumeau-Prigent Date: Mon, 31 Oct 2016 14:51:25 -0700 Subject: [PATCH] Update usage to show the accurate command --- lib/src/executable.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/executable.dart b/lib/src/executable.dart index 0490db2ac..c863cd3e4 100644 --- a/lib/src/executable.dart +++ b/lib/src/executable.dart @@ -40,7 +40,7 @@ void main(List args) { if (options['help'] as bool || options.rest.isEmpty) { print("Compile Sass to CSS.\n"); - print("Usage: sass \n"); + print("Usage: dart-sass \n"); print(argParser.usage); exit(64); }