From 5ead3ed965903bf336d9acc050feeb2cc9965d95 Mon Sep 17 00:00:00 2001 From: Shampavman Date: Wed, 2 Mar 2011 12:50:14 -0800 Subject: 510 'zfs get' enhancement - mountpoint as an argument Reviewed by: Eric Schrock Reviewed by: Deano Reviewed by: Garrett D'Amore Approved by: Garrett D'Amore --- usr/src/cmd/zfs/zfs_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/zfs/zfs_main.c') diff --git a/usr/src/cmd/zfs/zfs_main.c b/usr/src/cmd/zfs/zfs_main.c index ab8faa7767..94deec6077 100644 --- a/usr/src/cmd/zfs/zfs_main.c +++ b/usr/src/cmd/zfs/zfs_main.c @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2010 Nexenta Systems, Inc. All rights reserved. + * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ #include @@ -1280,7 +1280,7 @@ static int zfs_do_get(int argc, char **argv) { zprop_get_cbdata_t cb = { 0 }; - int i, c, flags = 0; + int i, c, flags = ZFS_ITER_ARGS_CAN_BE_PATHS; char *value, *fields; int ret; int limit = 0; -- cgit v1.2.3