mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
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:
parent
022bdb5b0b
commit
3069872ef5
@ -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> "
|
||||||
|
Loading…
Reference in New Issue
Block a user