From f7621db0e38c3e96d48766ae648f1b7a0949ea13 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2015 23:11:35 +0100 Subject: loginctl: port to generic verbs.h API --- src/machine/machinectl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/machine/machinectl.c') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index dbfc24541e..749170ede9 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1778,8 +1778,8 @@ static int help(int argc, char *argv[], void *userdata) { " clone NAME NAME Clone an image\n" " rename NAME NAME Rename an image\n" " read-only NAME [BOOL] Mark or unmark image read-only\n" - " remove NAME... Remove an image\n", - program_invocation_short_name); + " remove NAME... Remove an image\n" + , program_invocation_short_name); return 0; } -- cgit v1.2.3-54-g00ecf