mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
accelerometer: display short options too
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
ec0310d5e4
commit
251b8f66aa
@ -202,8 +202,8 @@ static void test_orientation(struct udev *udev,
|
|||||||
static void help(void)
|
static void help(void)
|
||||||
{
|
{
|
||||||
printf("Usage: accelerometer [options] <device path>\n"
|
printf("Usage: accelerometer [options] <device path>\n"
|
||||||
" --debug debug to stderr\n"
|
" -d,--debug debug to stderr\n"
|
||||||
" --help print this help text\n\n");
|
" -h,--help print this help text\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, char** argv)
|
int main (int argc, char** argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user