diff options
Diffstat (limited to 'src/systemctl/systemctl-compat-shutdown.c')
-rw-r--r-- | src/systemctl/systemctl-compat-shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-compat-shutdown.c b/src/systemctl/systemctl-compat-shutdown.c index 11154f5f8b..5e613e2aa2 100644 --- a/src/systemctl/systemctl-compat-shutdown.c +++ b/src/systemctl/systemctl-compat-shutdown.c @@ -112,7 +112,7 @@ int shutdown_parse_argv(int argc, char *argv[]) { return -EINVAL; default: - assert_not_reached("Unhandled option"); + assert_not_reached(); } if (argc > optind && arg_action != ACTION_CANCEL_SHUTDOWN) { |