Skip to content

Commit

Permalink
Merge pull request #1 from kaelig/patch-1
Browse files Browse the repository at this point in the history
Update usage to show the accurate command
  • Loading branch information
nex3 committed Oct 31, 2016
2 parents 64dc85c + ab8e0e4 commit b318ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/executable.dart
Expand Up @@ -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);
}
Expand Down

0 comments on commit b318ec2

Please sign in to comment.