diff options
author | Tim Haley <Tim.Haley@Sun.COM> | 2010-08-07 19:27:15 -0600 |
---|---|---|
committer | Tim Haley <Tim.Haley@Sun.COM> | 2010-08-07 19:27:15 -0600 |
commit | 99d5e173470cf967aa87653364ed614299e7b511 (patch) | |
tree | a42eb4b1976859f610f60de0b70159efca9c83e3 /usr/src/lib/pyzfs/common/allow.py | |
parent | 84d8c05b8aec0c78c7207612a6378181d130900c (diff) | |
download | illumos-joyent-99d5e173470cf967aa87653364ed614299e7b511.tar.gz |
PSARC 2010/105 zfs diff
6425091 want 'zfs diff' to list files that have changed between snapshots
Diffstat (limited to 'usr/src/lib/pyzfs/common/allow.py')
-rw-r--r-- | usr/src/lib/pyzfs/common/allow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/pyzfs/common/allow.py b/usr/src/lib/pyzfs/common/allow.py index 87e6f14b7d..fa8209f697 100644 --- a/usr/src/lib/pyzfs/common/allow.py +++ b/usr/src/lib/pyzfs/common/allow.py @@ -218,6 +218,7 @@ perms_subcmd = dict( send="", hold=_("Allows adding a user hold to a snapshot"), release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"), + diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users need this\n\t\t\t\tin order to use zfs diff"), ) perms_other = dict( |