mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +01:00
Update usage to show the accurate command
This commit is contained in:
parent
64dc85c80c
commit
ab8e0e4d37
@ -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