diff options
author | наб <[email protected]> | 2022-11-28 22:37:07 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-28 13:37:07 -0800 |
commit | 3069872ef5dcffd5343a9165ce08356a840a70d1 (patch) | |
tree | efc7485a50f0c9bb8ca0cf49f7195114035c740a /cmd | |
parent | 022bdb5b0b722d5acef2a06cdab889cd62c22872 (diff) |
cmd: zfs: fix missing mention of zfs diff -h
Fixes: 344bbc82e7054f61d5e7b3610b119820285fd2cb
Reviewed-by: Damian Szuberski <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Yao <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #14224
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/zfs/zfs_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 6e79a73b9..2d644c5de 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -396,7 +396,7 @@ get_usage(zfs_help_t idx) case HELP_RELEASE: return (gettext("\trelease [-r] <tag> <snapshot> ...\n")); case HELP_DIFF: - return (gettext("\tdiff [-FHt] <snapshot> " + return (gettext("\tdiff [-FHth] <snapshot> " "[snapshot|filesystem]\n")); case HELP_BOOKMARK: return (gettext("\tbookmark <snapshot|bookmark> " |