mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
accelerometer: drop unused -x option
This commit is contained in:
committed by
Martin Pitt
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user