Skip to content

Commit

Permalink
Updated help string.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnos committed Jun 10, 2021
1 parent 67ee537 commit fbf0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-session-dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func main() {

flag.BoolVar(&jsonFlag, "json", false, "Produce json formatted output. Note that this includes all tabs along with their history and any corresponding metadata. Useful for other scripts.")
flag.BoolVar(&activeFlag, "active", false, "Print the currently active tab.")
flag.StringVar(&outputFmt, "printf", "%u\n", "The output format for tabs if -json is not specified. %u corresponds to the tab url while %t corresponds to its title.")
flag.StringVar(&outputFmt, "printf", "%u\n", "The output format for tabs if -json is not specified (%u = url, %t = title, %g = group).")

flag.BoolVar(&deletedFlag, "deleted", false, "Include tabs which have been deleted.")
flag.BoolVar(&historyFlag, "history", false, "Include the history of each tab in the output.")
Expand Down

0 comments on commit fbf0094

Please sign in to comment.