mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +01:00
Merge pull request #1 from kaelig/patch-1
Update usage to show the accurate command
This commit is contained in:
commit
b318ec2d4c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user