From 90dc2c0daaa0281b7c7f31c8938d8c6d347a2423 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 10 Jan 2016 17:19:40 +0100 Subject: [PATCH] patchinstall.sh: Sort list of commands in help. --- README.md | 2 +- patches/patchinstall.sh | 2 +- staging/patchinstall.sh.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61c566e9..273c35b2 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Configuration: --all Select all patches --force-autoconf Run autoreconf and tools/make_requests after each patch --help Display this help and exit - --no-patchlist Do not apply patchlist (needed for 'wine --patches') --no-autoconf Do not run autoreconf and tools/make_requests + --no-patchlist Do not apply patchlist (needed for 'wine --patches') --upstream-commit Print the upstream Wine commit SHA1 and exit --version Show version information and exit -W patchset Exclude a specific patchset diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 1676d573..a9e2f43b 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -33,8 +33,8 @@ usage() echo " --all Select all patches" echo " --force-autoconf Run autoreconf and tools/make_requests after each patch" echo " --help Display this help and exit" - echo " --no-patchlist Do not apply patchlist (needed for 'wine --patches')" echo " --no-autoconf Do not run autoreconf and tools/make_requests" + echo " --no-patchlist Do not apply patchlist (needed for 'wine --patches')" echo " --upstream-commit Print the upstream Wine commit SHA1 and exit" echo " --version Show version information and exit" echo " -W patchset Exclude a specific patchset" diff --git a/staging/patchinstall.sh.in b/staging/patchinstall.sh.in index 21bfc468..e9a773cb 100644 --- a/staging/patchinstall.sh.in +++ b/staging/patchinstall.sh.in @@ -33,8 +33,8 @@ usage() echo " --all Select all patches" echo " --force-autoconf Run autoreconf and tools/make_requests after each patch" echo " --help Display this help and exit" - echo " --no-patchlist Do not apply patchlist (needed for 'wine --patches')" echo " --no-autoconf Do not run autoreconf and tools/make_requests" + echo " --no-patchlist Do not apply patchlist (needed for 'wine --patches')" echo " --upstream-commit Print the upstream Wine commit SHA1 and exit" echo " --version Show version information and exit" echo " -W patchset Exclude a specific patchset"