Skip to content

Commit 5a69a78

Browse files
committed
update command help as well
1 parent f38f173 commit 5a69a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/apps/scan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
app.command(name='path', short_help='Scan the files in the paths provided in the command.')(path_command)
2222
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.')(
23+
app.command(name='commit-history', short_help='Scan commit history or perform diff scanning between specific commits.')(
2424
commit_history_command
2525
)
2626
app.command(

0 commit comments

Comments
 (0)