cmd: zfs: fix missing mention of zfs diff -h

Fixes: 344bbc82e7

Reviewed-by: Damian Szuberski <szuberskidamian@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #14224
This commit is contained in:
наб 2022-11-28 22:37:07 +01:00 committed by GitHub
parent 022bdb5b0b
commit 3069872ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ get_usage(zfs_help_t idx)
case HELP_RELEASE: case HELP_RELEASE:
return (gettext("\trelease [-r] <tag> <snapshot> ...\n")); return (gettext("\trelease [-r] <tag> <snapshot> ...\n"));
case HELP_DIFF: case HELP_DIFF:
return (gettext("\tdiff [-FHt] <snapshot> " return (gettext("\tdiff [-FHth] <snapshot> "
"[snapshot|filesystem]\n")); "[snapshot|filesystem]\n"));
case HELP_BOOKMARK: case HELP_BOOKMARK:
return (gettext("\tbookmark <snapshot|bookmark> " return (gettext("\tbookmark <snapshot|bookmark> "