Skip to content

Commit

Permalink
Fixup style
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Jude <allan@klarasystems.com>
  • Loading branch information
allanjude committed Jul 30, 2021
1 parent 899c474 commit d00f375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/zfs/zfs_main.c
Expand Up @@ -424,7 +424,8 @@ get_usage(zfs_help_t idx)
case HELP_WAIT:
return (gettext("\twait [-t <activity>] <filesystem>\n"));
case HELP_USERNS:
return (gettext("\tuserns <attach|detach> <nsnum> <filesystem>\n"));
return (gettext("\tuserns <attach|detach> <nsnum> "
"<filesystem>\n"));
default:
__builtin_unreachable();
}
Expand Down

0 comments on commit d00f375

Please sign in to comment.