accelerometer: drop unused -x option

This commit is contained in:
Robert Milasan 2014-12-30 18:58:05 +01:00 committed by Martin Pitt
parent 922d948b9f
commit 7fcf5779b4
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ int main (int argc, char** argv)
while (1) {
int option;
option = getopt_long(argc, argv, "dxh", options, NULL);
option = getopt_long(argc, argv, "dh", options, NULL);
if (option == -1)
break;