mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-20 21:50:23 +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)
|
||||
{
|
||||
printf("Usage: accelerometer [options] <device path>\n"
|
||||
" --debug debug to stderr\n"
|
||||
" --help print this help text\n\n");
|
||||
" -d,--debug debug to stderr\n"
|
||||
" -h,--help print this help text\n\n");
|
||||
}
|
||||
|
||||
int main (int argc, char** argv)
|
||||
|
Loading…
Reference in New Issue
Block a user