Update usage to show the accurate command

This commit is contained in:
Kaelig Deloumeau-Prigent 2016-10-31 14:51:25 -07:00 committed by GitHub
parent 64dc85c80c
commit ab8e0e4d37

View File

@ -40,7 +40,7 @@ void main(List<String> args) {
if (options['help'] as bool || options.rest.isEmpty) {
print("Compile Sass to CSS.\n");
print("Usage: sass <input>\n");
print("Usage: dart-sass <input>\n");
print(argParser.usage);
exit(64);
}