diff options
-rw-r--r-- | man/oh-autoconfigure.1.in | 2 | ||||
-rw-r--r-- | src/oh-autoconfigure.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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}" ;; ?) |