diff options
| author | Michael Färber <01mf02@gmail.com> | 2024-12-20 10:48:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 09:48:17 +0000 |
| commit | df4e6715cf31817878d73286d2d4b1ea1b7afdbb (patch) | |
| tree | 6265db40fc7907454a608120f0b3a20cfce825e1 /tests/src/args.rs | |
| parent | db06dbf9763d6c610d1f7a267597ecdad309048a (diff) | |
HTML tests (#5594)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/src/args.rs')
| -rw-r--r-- | tests/src/args.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/args.rs b/tests/src/args.rs index db5d1a9b..3d1bc28c 100644 --- a/tests/src/args.rs +++ b/tests/src/args.rs @@ -23,7 +23,7 @@ pub struct CliArguments { /// Lists what tests will be run, without actually running them. #[arg(long, group = "action")] pub list: bool, - /// Updates the reference images of non-passing tests. + /// Updates the reference output of non-passing tests. #[arg(short, long, group = "action")] pub update: bool, /// The scaling factor to render the output image with. @@ -100,6 +100,6 @@ impl CliArguments { pub enum Command { /// Clears the on-disk test artifact store. Clean, - /// Deletes all dangling reference images. + /// Deletes all dangling reference output. Undangle, } |
