Skip to content

Commit 87ac3f7

Browse files
isoossigurdm
andauthored
Update pkg/pub_integration/tool/compare_screenshots.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent b18ab58 commit 87ac3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pub_integration/tool/compare_screenshots.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'package:path/path.dart' as p;
1010
/// Compares the screenshots from the previous and current test runs.
1111
/// Uses imagemagick for image processing.
1212
///
13-
/// dart `<script.dart>` `<before-dir>` `<after-dir>` `<report-dir>`.
13+
/// `dart <script.dart> <before-dir> <after-dir> <report-dir>`
1414
Future<void> main(List<String> args) async {
1515
final beforeFiles = await _list(args[0]);
1616
final afterFiles = await _list(args[1]);

0 commit comments

Comments
 (0)