Skip to content

Commit

Permalink
Fix typo in help text for 'which' (xonsh#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldg committed Feb 23, 2023
1 parent 076ea25 commit b600c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh/xoreutils/which.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b600c58

Please sign in to comment.