From owner-freebsd-geom@FreeBSD.ORG Thu Sep 16 19:39:14 2010 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56498106564A; Thu, 16 Sep 2010 19:39:14 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAE28FC12; Thu, 16 Sep 2010 19:39:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GJdE2d069590; Thu, 16 Sep 2010 19:39:14 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8GJdEhd069586; Thu, 16 Sep 2010 19:39:14 GMT (envelope-from arundel) Date: Thu, 16 Sep 2010 19:39:14 GMT Message-Id: <201009161939.o8GJdEhd069586@freefall.freebsd.org> To: gcooper@FreeBSD.org, arundel@FreeBSD.org, freebsd-geom@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: bin/144521: [geom] geom(8) tool parsing non-subclass command broken X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2010 19:39:14 -0000 Old Synopsis: geom(1) tool parsing non-subclass command broken New Synopsis: [geom] geom(8) tool parsing non-subclass command broken State-Changed-From-To: open->feedback State-Changed-By: arundel State-Changed-When: Thu Sep 16 19:32:17 UTC 2010 State-Changed-Why: hi garrett, i can't really spot the problem in this PR. with 'geom load' and 'geom unload' you tell geom to operate on classes 'load' and 'unload' (which both don't exist). the only way to use geom in a sensible way without specifying a class seems to be 'geom help', which is an alias for 'geom'. could be a bit more specific? http://www.freebsd.org/cgi/query-pr.cgi?pr=144521