Skip to content

Commit d00f375

Browse files
committed
Fixup style
Signed-off-by: Allan Jude <[email protected]>
1 parent 899c474 commit d00f375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/zfs/zfs_main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ get_usage(zfs_help_t idx)
424424
case HELP_WAIT:
425425
return (gettext("\twait [-t <activity>] <filesystem>\n"));
426426
case HELP_USERNS:
427-
return (gettext("\tuserns <attach|detach> <nsnum> <filesystem>\n"));
427+
return (gettext("\tuserns <attach|detach> <nsnum> "
428+
"<filesystem>\n"));
428429
default:
429430
__builtin_unreachable();
430431
}

0 commit comments

Comments
 (0)