]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix broken indentation
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 5 Jan 2018 20:19:30 +0000 (15:19 -0500)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 19 Jan 2018 13:31:16 +0000 (14:31 +0100)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_init.c

index 098ae577c017b7b82eb23183149857abf33d2ed4..810cca3ef457d7c2523e83fc8f47ba88e937f457 100644 (file)
@@ -60,7 +60,7 @@ static void interrupt_handler(int sig)
 
 static struct option long_options[] = {
            { "name",        required_argument, 0, 'n'         },
-           { "help",        no_argument,       0, 'h'         },
+           { "help",        no_argument,       0, 'h'         },
            { "usage",       no_argument,       0, OPT_USAGE   },
            { "version",     no_argument,       0, OPT_VERSION },
            { "quiet",       no_argument,       0, 'q'         },