Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions chrome-session-dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,11 @@ func main() {
flag.BoolVar(&historyFlag, "history", false, "Include the history of each tab in the output.")

flag.Usage = func() {
fmt.Printf("Usage:
-session-dump [options] ([session file] | [chrome dir])\n\n")
fmt.Printf("Usage: chrome-session-dump [options] ([session file] | [chrome dir])\n\n");
fmt.Printf(`If a chrome directory is supplied the most recent session file
contained within it is used. If neither a directory or file
is supplied then the program will use ~/.config/chrome by
default
contained within it is used. If neither a directory or file
is supplied then the program will use ~/.config/chrome by
default.

`)

Expand Down