Skip to content

Commit

Permalink
msys2_shell help update: add clang32 clangarm64
Browse files Browse the repository at this point in the history
follow-up to 489a8aa
  • Loading branch information
GitMensch authored and lazka committed Jan 28, 2023
1 parent bfb8970 commit 7c76e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions filesystem/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=filesystem
pkgver=2023.01
pkgrel=2
pkgrel=3
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('BSD')
Expand Down Expand Up @@ -69,7 +69,7 @@ sha256sums=('742a7d66b7a5ebd2b8461728c5b44a46b2305fd2116208eecae5f45828938ea0'
'56d4080c15dff89a6263f3d5f9aa68849b2062179cabd6d78edfe0e3af6bf64a'
'58f7431d7d8d9d09ebd3185c090404682d760bf18c27f94085007b037a5889bd'
'3b7af99516768485383b34d606749e6f98a250372a8191bc8d3a962d66bdfe35'
'22c0d481c7717eee7be0b29c69df15f65d39f16e4af50ad21919bd59259896d1'
'390b7471838d14fd41f97f49616dc444454ebc90aea1da54a20799720d4f3772'
'5f7aa3a776dbdaae78a27e608bf004bf50d5aaace2c2b03581d940b771bc8582'
'91f1f918cf13deab0124082086e990786113b0e710dbda4678d8fc14905ad94d'
'22336aa07471b177211b0b1d1c8792b87bfa1910e82cd658c144dc4d47f5a994'
Expand Down
5 changes: 3 additions & 2 deletions filesystem/msys2_shell.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ echo Usage:
echo %~1 [options] [login shell parameters]
echo.
echo Options:
echo -mingw32 ^| -mingw64 ^| -ucrt64 ^| -clang64 ^| -msys[2] Set shell type
echo -defterm ^| -mintty ^| -conemu Set terminal type
echo -mingw32 ^| -mingw64 ^| -ucrt64 ^| -clang32 ^| -clang64 ^|
echo -msys[2] ^| -clangarm64 Set shell type
echo -defterm ^| -mintty ^| -conemu Set terminal type
echo -here Use current directory as working
echo directory
echo -where DIRECTORY Use specified DIRECTORY as working
Expand Down

0 comments on commit 7c76e3f

Please sign in to comment.