aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-spatial-mean.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-spatial-mean.c')
-rw-r--r--src/blind-spatial-mean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-spatial-mean.c b/src/blind-spatial-mean.c
index 848af2d..b4e54e5 100644
--- a/src/blind-spatial-mean.c
+++ b/src/blind-spatial-mean.c
@@ -2,7 +2,7 @@
#include "common.h"
USAGE("[-g | -h | -l power | -p power | -v]")
-/* TODO add [-w weight-stream] for -l */
+/* TODO add [-w weight-stream] for [-ghlpv] */
/* Because the syntax for a function returning a function pointer is disgusting. */
typedef void (*process_func)(struct stream *stream);