mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 15:10:14 +01:00
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:
parent
01356bc5f2
commit
d26973216c
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue