Skip to content

Commit

Permalink
0.14.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Oct 21, 2024
1 parent 293c28b commit 2097af9
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ options:
-I INCLUDE, --include INCLUDE
Include path(s).
--no-install Disable loading game install files.
--no-user Disable user-level configuration.
--no-user Disable user install files.
```

Sample output:
Expand Down
2 changes: 1 addition & 1 deletion arclight/nwscript_lint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
parser.add_argument(
'--no-user',
action='store_true',
help="Disable user-level configuration.",
help="Disable user install files.",
)

parser.add_argument(
Expand Down
Loading

0 comments on commit 2097af9

Please sign in to comment.