Skip to content

Commit

Permalink
Add missing \n for "invalid optionusage" output
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: DHE <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Jack Draak <[email protected]>
Signed-off-by: Kash Pande <[email protected]>
Closes #6203
  • Loading branch information
kpande authored and behlendorf committed Jun 9, 2017
1 parent dd429b4 commit 88c3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zfs/zfs_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 88c3012

Please sign in to comment.