mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-07 18:56:40 +00:00
cmd: Remove unnecessary whitespace in string
checkpatch emits warning: WARNING: unnecessary whitespace before a quoted newline Remove unnecessary whitespace before a quoted newline Signed-off-by: Tobin C. Harding <me@tobin.cc>
This commit is contained in:
parent
7f5700e6aa
commit
1d9f2743b2
@ -468,7 +468,7 @@ out:
|
||||
static void print_usage(const struct option longopts[])
|
||||
|
||||
{
|
||||
fprintf(stderr, "Usage: lxc-init [-n|--name=NAME] [-h|--help] [--usage] [--version] \n\
|
||||
fprintf(stderr, "Usage: lxc-init [-n|--name=NAME] [-h|--help] [--usage] [--version]\n\
|
||||
[-q|--quiet] [-o|--logfile=LOGFILE] [-l|--logpriority=LOGPRIORITY] [-P|--lxcpath=LXCPATH]\n");
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user