aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 56fa6931..c94b5aa8 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -426,7 +426,7 @@ void dump_peaks(struct image *image)
{
int i;
- printf("x/px\ty/px\t|q|/nm^-1\tIntegrated I\n");
+ printf("x/px\ty/px\t(1/d)/nm^-1\tIntegrated I\n");
for ( i=0; i<image_feature_count(image->features); i++ ) {