File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
var initCmd = & cobra.Command {
13
13
Use : "init <file>" ,
14
- Short : "Initializes pgroll, creating the required pg_roll schema to store state " ,
14
+ Short : "Initialize pgroll in the target database " ,
15
15
RunE : func (cmd * cobra.Command , args []string ) error {
16
16
m , err := NewRoll (cmd .Context ())
17
17
if err != nil {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func pullCmd() *cobra.Command {
19
19
20
20
pullCmd := & cobra.Command {
21
21
Use : "pull <target directory>" ,
22
- Short : "pull migration history from the target database and write it to disk" ,
22
+ Short : "Pull migration history from the target database and write it to disk" ,
23
23
Args : cobra .ExactArgs (1 ),
24
24
RunE : func (cmd * cobra.Command , args []string ) error {
25
25
ctx := cmd .Context ()
You can’t perform that action at this time.
0 commit comments