Skip to content

Commit

Permalink
Update error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 26, 2020
1 parent b86f89f commit ff5e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ichattool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {

if *targetFile != "" && *targetDir != "" {
// error - cannot specify both
fmt.Println("Target file and target Dir are specified")
fmt.Println("Cannot specify both a single file, and a bulk directory export.")
return
}
if *targetFile != "" {
Expand Down

0 comments on commit ff5e24c

Please sign in to comment.