mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fix typo in help text for 'which' (#5068)
This commit is contained in:
parent
076ea2583f
commit
b600c58766
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue