tools: fix help string for manual DPI calculation

https://bugs.freedesktop.org/show_bug.cgi?id=90143

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-04-23 10:36:55 +10:00
parent 01356bc5f2
commit d26973216c

View file

@ -185,7 +185,7 @@ print_summary(struct measurements *m)
}
printf("If your resolution is not in the list, calculate it with:\n"
"\tresolution=%d/inches, or\n"
"\tresolution=%d/(mm * 25.4)\n", m->distance, m->distance);
"\tresolution=%d * 25.4/mm\n", m->distance, m->distance);
}
static inline const char*