summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/udevadm-control.c')
-rw-r--r--src/udev/udevadm-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevadm-control.c b/src/udev/udevadm-control.c
index 437ac9b832..20820dd647 100644
--- a/src/udev/udevadm-control.c
+++ b/src/udev/udevadm-control.c
@@ -171,7 +171,7 @@ int control_main(int argc, char *argv[], void *userdata) {
case '?':
return -EINVAL;
default:
- assert_not_reached("Unknown option.");
+ assert_not_reached();
}
if (optind < argc)