usr/src/cmd/zpool/zpool_main.c
changeset 12321 c2943f5c6eb9
parent 12296 7cf402a7f374
child 12470 54258108784b
--- a/usr/src/cmd/zpool/zpool_main.c	Thu May 06 09:54:45 2010 -0700
+++ b/usr/src/cmd/zpool/zpool_main.c	Thu May 06 15:08:31 2010 -0600
@@ -4008,10 +4008,8 @@
 		(void) printf(gettext(" 24  System attributes\n"));
 		(void) printf(gettext(" 25  Improved scrub stats\n"));
 		(void) printf(gettext("\nFor more information on a particular "
-		    "version, including supported releases, see:\n\n"));
-		(void) printf("http://www.opensolaris.org/os/community/zfs/"
-		    "version/N\n\n");
-		(void) printf(gettext("Where 'N' is the version number.\n"));
+		    "version, including supported releases,\n"));
+		(void) printf(gettext("see the ZFS Administration Guide.\n\n"));
 	} else if (argc == 0) {
 		int notfound;