diff --git a/main.go b/main.go index 8248977..d9eb13a 100644 --- a/main.go +++ b/main.go @@ -234,7 +234,7 @@ func exists(path string) (bool, error) { } func printUsage() { - fmt.Fprintf(os.Stderr, "Usage: ./hs9001 \n") + fmt.Fprintf(os.Stderr, "Usage: ./hs9001 \n") } func main() { @@ -266,6 +266,8 @@ func main() { migrateDatabase(conn, fetchDBVersion(conn)) switch cmd { + case "nolog": + fmt.Printf("Run this command to disable logging for the current shell:\n\tunset PROMPT_COMMAND\n") case "add": var ret int addCmd.IntVar(&ret, "ret", 0, "Return value of the command to add")