Merge pull request #1 from kaelig/patch-1

Update usage to show the accurate command
This commit is contained in:
Natalie Weizenbaum 2016-10-31 15:01:03 -07:00 committed by GitHub
commit b318ec2d4c

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);
}