diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index 034c094a0..f0b1129ce 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -122,8 +122,8 @@ pub static UNSTABLE_GRANULAR_FLAGS: &[UnstableGranularFlag] = &[ }, UnstableGranularFlag { name: deno_webgpu::UNSTABLE_FEATURE_NAME, - help_text: "Enable unstable `WebGPU` API", - show_in_help: false, + help_text: "Enable unstable `WebGPU` APIs", + show_in_help: true, id: 11, }, UnstableGranularFlag { |