diff --git a/naga-cli/src/bin/naga.rs b/naga-cli/src/bin/naga.rs index 62cb3d71b4..4072d2d8a6 100644 --- a/naga-cli/src/bin/naga.rs +++ b/naga-cli/src/bin/naga.rs @@ -133,7 +133,7 @@ struct Args { #[argh(positional)] files: Vec, - /// defines to be passed to the compiler (only glsl is supported) + /// defines to be passed to the parser (only glsl is supported) #[argh(option, short = 'D')] defines: Vec, }