Skip to content

Commit d23caf5

Browse files
committed
fix(workflow-cli): usage format
1 parent 4bc6f2d commit d23caf5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drycc.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Options:
3939
setting $DRYCC_PROFILE. Defaults to ~/.drycc/config.json.
4040
If value is not a filepath, will assume location ~/.drycc/client.json
4141
42-
Auth commands, use 'drycc help auth' to learn more::
42+
Auth commands, use 'drycc help auth' to learn more:
4343
4444
register register a new user with a controller
4545
login login to a controller
4646
logout logout from the current controller
4747
48-
Subcommands, use 'drycc help [subcommand]' to learn more::
48+
Subcommands, use 'drycc help [subcommand]' to learn more:
4949
5050
apps manage applications used to provide services
5151
autoscale manage autoscale for applications
@@ -73,7 +73,7 @@ Subcommands, use 'drycc help [subcommand]' to learn more::
7373
volumes manage volumes for your applications
7474
resources manage resources for your applications
7575
76-
Shortcut commands, use 'drycc shortcuts' to see all::
76+
Shortcut commands, use 'drycc shortcuts' to see all:
7777
7878
create create a new application
7979
destroy destroy an application
@@ -84,7 +84,7 @@ Shortcut commands, use 'drycc shortcuts' to see all::
8484
run run a command in an ephemeral app container
8585
scale scale processes by type (web=2, worker=1)
8686
87-
Use 'git push drycc master' to deploy to an application.
87+
Use 'git push drycc main' to deploy to an application.
8888
`
8989
// Reorganize some command line flags and commands.
9090
command, argv := parseArgs(argv)

0 commit comments

Comments
 (0)