We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38f173 commit 5a69a78Copy full SHA for 5a69a78
cycode/cli/apps/scan/__init__.py
@@ -20,7 +20,7 @@
20
21
app.command(name='path', short_help='Scan the files in the paths provided in the command.')(path_command)
22
app.command(name='repository', short_help='Scan the Git repository included files.')(repository_command)
23
-app.command(name='commit-history', short_help='Scan all the commits history in this Git repository.')(
+app.command(name='commit-history', short_help='Scan commit history or perform diff scanning between specific commits.')(
24
commit_history_command
25
)
26
app.command(
0 commit comments