Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 799218c

Browse files
committed
Fix description of the substring argument.
1 parent 33debf5 commit 799218c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arguments/arguments.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ constexpr auto regex_arg =
9191
optional_argument("--regex", "Process only absolute paths matching this regular expression.");
9292

9393
constexpr auto substring_arg =
94-
optional_arg{"--substring", "-ss", "Process only absolute paths containing this substring.."};
94+
optional_arg{"--substring", "-ss", "Process only absolute paths containing this substring."};
9595

9696
constexpr auto dry_run_arg =
9797
optional_arg{"--dry-run", "-dr", "Calculate all files that would be affected but do not make any changes."};

0 commit comments

Comments
 (0)