mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
accelerometer: drop unused -x option
This commit is contained in:
parent
922d948b9f
commit
7fcf5779b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user