diff --git a/yolov5/detect.py b/yolov5/detect.py
index 1b6c7a52db62b3c302d9ebe2b9a278999d9fce8e..719b3fd965949350ee1b3f4c3a81aaad229c8255 100755
--- a/yolov5/detect.py
+++ b/yolov5/detect.py
@@ -280,7 +280,7 @@ def parse_opt():
                                     help="Colormap used for the spectrograms",type=str)
     parser.add_argument('--window', default=1024, help="Window size for each spectrogram for detection",type=int)
     parser.add_argument('--hop', default=0.5, help="Hop lenght for each spectrogram for detection",type=float)
-    parser.add_argument('--vmin', type=str, help='If vmin == True, then the spectrogram minimum color'
+    parser.add_argument('--minimum', type=str, help='If True, then the spectrogram minimum color'
                         ' will be stft.mean(). If False stft.min()', default=True)
     parser.add_argument('--hide-conf', default=False, action='store_true', help='hide confidences')
     parser.add_argument('--half', action='store_true', help='use FP16 half-precision inference')