Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kasten committed Jan 22, 2025
1 parent fa5e9a4 commit 0013d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kando/process_client_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
func newProcessClientCreateCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "create CMD ARG...",
Short: "create a new managed process",
Short: "create a new managed process.",
Args: cobra.MinimumNArgs(1),
RunE: runProcessClientCreate,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/kando/process_client_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
func newProcessClientExecuteCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "execute CMD ARG...",
Short: "execute a new managed process",
Short: "execute a new managed process and follow output. provides option of forwarding signals from client to server",
Args: cobra.MinimumNArgs(1),
RunE: runProcessClientExecute,
}
Expand Down

0 comments on commit 0013d6d

Please sign in to comment.