Skip to content

Commit 291d080

Browse files
committed
fix test
1 parent 3e82e50 commit 291d080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/zfs/zfs_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ get_usage(zfs_help_t idx)
406406
return (gettext("\tversion\n"));
407407
case HELP_REDACT:
408408
return (gettext("\tredact <snapshot> <bookmark> "
409-
"<redaction_snapshot> ..."));
409+
"<redaction_snapshot> ...\n"));
410410
case HELP_JAIL:
411411
return (gettext("\tjail <jailid|jailname> <filesystem>\n"));
412412
case HELP_UNJAIL:

0 commit comments

Comments
 (0)