From 32c42f6b8bc583c04eb6bef96775a31286c2d2a9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 07 Nov 2012 20:55:18 -0500 Subject: Use lowercase "t" for target arch option. --- diff --git a/man/oh-autoconfigure.1.in b/man/oh-autoconfigure.1.in index 423d6d0..656a033 100644 --- a/man/oh-autoconfigure.1.in +++ b/man/oh-autoconfigure.1.in @@ -30,7 +30,7 @@ Build in .I builddir instead of in the source directory. .TP -.BI \-T \ targetarch +.BI \-t \ targetarch Build a tool that cross builds for .IR targetarch . diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index 7e28b3e..fb0b231 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -35,7 +35,7 @@ main() B) oh_set_buildsystem_option 'build-dir' "${OPTARG}" ;; - T) + t) oh_set_buildsystem_option 'target-arch' "${OPTARG}" ;; ?) -- cgit v0.9.1