diff --git a/src/core/operations/GenerateSpectrogram.mjs b/src/core/operations/GenerateSpectrogram.mjs
index eef3979f..069bb892 100644
--- a/src/core/operations/GenerateSpectrogram.mjs
+++ b/src/core/operations/GenerateSpectrogram.mjs
@@ -30,7 +30,7 @@ class GenerateSpectrogram extends Operation {
this.name = "Generate Spectrogram";
this.module = "Default";
- this.description = "Generates a spectrogram from a wave file";
+ this.description = "Generates a spectrogram from a wave file.
Frame size - the number of samples process at once by FFT.
Overlap - the number of samples to overlap between frames.
Color scheme - the color scheme to use.
Gain (dB) - gain in decibels.
Channel - the channel to use.
Include axes - whether to include axes and labels on the rendered image.";
this.infoURL = "https://en.wikipedia.org/wiki/Spectrogram";
this.inputType = "string";
this.outputType = "byteArray";