From 2ca5473e52f577e1f94455a1db96824151cacf07 Mon Sep 17 00:00:00 2001 From: dadlerj Date: Tue, 26 Jun 2018 09:16:04 -0700 Subject: [PATCH] Update CLI usage in readme --- cli/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 5253a29e7..dcbaa120a 100644 --- a/cli/README.md +++ b/cli/README.md @@ -58,8 +58,10 @@ Options: -help Print usage Commands: - create [-ext E] [-dir D] NAME - Create a set of timestamped up/down migrations titled NAME, in directory D with extension E + create [-ext E] [-dir D] [-seq] [-digits N] [-format] NAME + Create a set of timestamped up/down migrations titled NAME, in directory D with extension E. + Use -seq option to generate sequential up/down migrations with N digits. + Use -format option to specify a Go time format string. goto V Migrate to version V up [N] Apply all or N up migrations down [N] Apply all or N down migrations