aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7f9e0af..e516627 100644
--- a/main.go
+++ b/main.go
@@ -35,10 +35,14 @@ Usage:
debby [command] [arguments]
The commands are:
+ create Create a new table
edit Import table
run Run query
help Print help
+The create and edit commands require a table name as an argument.
+The run command requires a query as an argument.
+
Runnning debby without any arguments will start debby in interactive mode.
Running debby with any other arguments will run it as a dolt command.`