Fix typo in help text for 'which' (#5068)

This commit is contained in:
Samuel Dion-Girardeau 2023-02-23 06:48:13 -05:00 committed by GitHub
parent 076ea2583f
commit b600c58766
Failed to generate hash of commit

View file

@ -28,7 +28,7 @@ def _which_create_parser():
"-s",
"--skip-alias",
action="store_true",
help="Do not search inxonsh.aliases",
help="Do not search in xonsh.aliases",
dest="skip",
)
parser.add_argument(