Skip to content

Commit

Permalink
Merge pull request #196 from slark-yuxj/master
Browse files Browse the repository at this point in the history
fix: the bug that the command line Usage prompt is incomplete
  • Loading branch information
moonD4rk authored Jan 6, 2023
2 parents f83d271 + bec3e3a commit c156107
Show file tree
Hide file tree
Showing 3 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 @@ -126,7 +126,7 @@ You can double-click to run, or use command line.
```
PS C:\test> .\hack-browser-data.exe -h
NAME:
hack-browser-data - Export passwords/cookies/history/bookmarks from browser
hack-browser-data - Export password|bookmark|cookie|history|credit card|download|localStorage|extension from browser
USAGE:
[hack-browser-data -b chrome -f json -dir results -cc]
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ GOARCH=amd64 GOOS=linux CGO_E
```
PS C:\test> .\hack-browser-data.exe -h
NAME:
hack-browser-data - Export passwords/cookies/history/bookmarks from browser
hack-browser-data - Export password|bookmark|cookie|history|credit card|download|localStorage|extension from browser
USAGE:
[hack-browser-data -b chrome -f json -dir results -cc]
Expand Down
2 changes: 1 addition & 1 deletion cmd/hack-browser-data/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
func Execute() {
app := &cli.App{
Name: "hack-browser-data",
Usage: "Export passwords/cookies/history/bookmarks from browser",
Usage: "Export password|bookmark|cookie|history|credit card|download|localStorage|extension from browser",
UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\nExport all browingdata(password/cookie/history/bookmark) from browser\nGithub Link: https://github.com/moonD4rk/HackBrowserData",
Version: "0.4.4",
Flags: []cli.Flag{
Expand Down

0 comments on commit c156107

Please sign in to comment.