Skip to content

Commit

Permalink
Fix: Formatting and typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Feb 7, 2023
1 parent c460c5c commit 09983b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions troubadix/standalone_plugins/changed_oid.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ def parse_args(args: Iterable[str]) -> Namespace:
type=file_type,
default=[],
help=(
"List of files to diff."
"If empty use all files added or modifyed in the"
" commit range"
"List of files to diff. "
"If empty use all files added or modified in the commit range."
),
)
return parser.parse_args(args=args)
Expand Down
5 changes: 2 additions & 3 deletions troubadix/standalone_plugins/version_updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ def parse_args(args: Iterable[str]) -> Namespace:
type=file_type,
default=[],
help=(
"List of files to diff."
"If empty use all files added or modifyed in the"
" commit range"
"List of files to diff. "
"If empty use all files added or modified in the commit range."
),
)
return parser.parse_args(args=args)
Expand Down

0 comments on commit 09983b5

Please sign in to comment.