summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwic.go b/gwic.go
index a873467..fd9675e 100644
--- a/gwic.go
+++ b/gwic.go
@@ -107,7 +107,7 @@ func main() {
flag.Parse()
kw := flag.Arg(0)
if len(kw) == 0 {
- fmt.Printf("Need string to search for. Exiting...\n")
+ fmt.Printf("Need a string to search for as an argument.\n")
os.Exit(1)
}
tw = tabwriter.NewWriter(os.Stdout, 1, 1, 1, ' ', 0)