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 25, 2023
1 parent bfb8970 commit 9ec514a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
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 9ec514a

Please sign in to comment.