Skip to content

Commit

Permalink
fixup! fixup! Clarify documentation for --skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
gofr committed Mar 11, 2021
1 parent 6d885b5 commit 6fb82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
"-s",
"--skip",
help="Files that sort imports should skip over. If you want to skip multiple "
"files you should specify twice: --skip file1 --skip file2. Values can be ",
"files you should specify twice: --skip file1 --skip file2. Values can be "
"file names, directory names or file paths. To skip all files in a nested path "
"use --skip-glob.",
dest="skip",
Expand Down

0 comments on commit 6fb82c3

Please sign in to comment.