]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix usage of "xfs_bmap -n [nnn]"
authorLachlan McIlroy <lachlan@sgi.com>
Fri, 20 Oct 2006 16:00:08 +0000 (16:00 +0000)
committerLachlan McIlroy <lachlan@sgi.com>
Fri, 20 Oct 2006 16:00:08 +0000 (16:00 +0000)
Merge of master-melb:xfs-cmds:27256a by kenmcd.

  Fix usage of "xfs_bmap -n [nnn]"

io/xfs_bmap.sh

index 0bed884bda22e0b5ff70f21ceb12dd81502e59cc..b4e7992bb7d9015cb23bcb4d08fd0e230512137c 100755 (executable)
@@ -14,7 +14,7 @@ do
        a)      OPTS=$OPTS" -a";;
        d)      OPTS=$OPTS" -d";;
        l)      OPTS=$OPTS" -l";;
-       n)      OPTS=$OPTS" '-n "$OPTARG"'";;
+       n)      OPTS=$OPTS" -n "$OPTARG;;
        p)      OPTS=$OPTS" -p";;
        v)      OPTS=$OPTS" -v";;
        V)      VERSION=true;;