Skip to content

Commit

Permalink
versio
Browse files Browse the repository at this point in the history
Signed-off-by: Yizhen Zhang <[email protected]>
  • Loading branch information
LuminaScript committed Jul 31, 2024
1 parent 5ad20ab commit 8323184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd <repository_directory>

```bash
./run_tool "v5.15" "v5.15.100" -c "linux-clone" -u "https://github.com/torvalds/linux" -s "security"
# the tool will generate web update report on linux kernel v6.9 from v6.8 for security subsystem.
# the tool will generate web update report on linux kernel v5.15.100 from v5.15 for security subsystem.
cd web_source_code # click on index.html to view the result
```

Expand Down
4 changes: 2 additions & 2 deletions generate_web_reports
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function show_help {
echo "Example: ./generate_build_web_reports tag1 tag2 linux_url"
echo
echo "Options:"
echo " tag1 Required: old_linux_version [e.g. v6.8]"
echo " tag2 Required: new_linux_version [e.g. v6.9]"
echo " tag1 Required: old_linux_version [e.g. v5.15]"
echo " tag2 Required: new_linux_version [e.g. v5.15.100]"
echo " -h Display this help message"
exit 0
}
Expand Down

0 comments on commit 8323184

Please sign in to comment.