]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix broken indentation
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 5 Jan 2018 20:19:30 +0000 (15:19 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 5 Jan 2018 20:19:30 +0000 (15:19 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_init.c

index 24ff12322154a6431113b0c8d81835cec84f2c9d..e460f7de1a94cadf9298dcedc144a8819ab18f06 100644 (file)
@@ -63,7 +63,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'         },