mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Add missing \n for "invalid optionusage" output
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: DHE <git@dehacked.net> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Jack Draak <jackdraak@gmail.com> Signed-off-by: Kash Pande <kash@tripleback.net> Closes #6203
This commit is contained in:
parent
dd429b46b7
commit
88c30122e5
@ -4149,7 +4149,7 @@ zfs_do_receive(int argc, char **argv)
|
||||
if (abort_resumable) {
|
||||
if (flags.isprefix || flags.istail || flags.dryrun ||
|
||||
flags.resumable || flags.nomount) {
|
||||
(void) fprintf(stderr, gettext("invalid option"));
|
||||
(void) fprintf(stderr, gettext("invalid option\n"));
|
||||
usage(B_FALSE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user