Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filesystem/shell
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ -z "${1}" || "${1}" =~ ^(--help|-h)$ ]]; then tee <<done
Copyright (C) 2016 Renato Silva
Licensed under public domain

Usage: source $(basename "${0}") mingw32|mingw64|msys
Usage: source $(basename "${0}") mingw32|mingw64|ucrt64|clang64|msys

Switch between shells without restarting MSYS2. This is done by setting the
MSYSTEM variable and sourcing /etc/profile. For interactive shells,
Expand Down