Skip to content

Commit

Permalink
refactor: Prompt finding usage when no URLs are passed
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 8, 2024
1 parent e04f83d commit 5a0c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var getCommand = &cobra.Command{

// Ensure a URL was passed
if len(argSet) == 0 {
fmt.Println("No URL(s) were passed!")
fmt.Println("No URL(s) were passed! See -h|--help for usage.")
os.Exit(1)
}

Expand Down

0 comments on commit 5a0c56a

Please sign in to comment.