mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-23 21:35:29 +03:00
Don't emit a trailing newline to stderr.
* tools/lvmcmdline.c (_short_usage): Remove trailing "\n". Spotted by Alasdair G. Kergon. Author: Jim Meyering <jim@meyering.net>
This commit is contained in:
parent
3767e6e96f
commit
aa40668e84
@ -468,7 +468,7 @@ static struct command *_find_command(const char *name)
|
||||
|
||||
static void _short_usage(const char *name)
|
||||
{
|
||||
log_error("Run `%s --help' for more information.\n", name);
|
||||
log_error("Run `%s --help' for more information.", name);
|
||||
}
|
||||
|
||||
static void _usage(const char *name)
|
||||
|
Loading…
Reference in New Issue
Block a user