Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
virtc: Explain the "--id=" is set automatically by default.
Browse files Browse the repository at this point in the history
Updated usage to show that if the user does not specify a container name
using "--id=", one will be chosen automatically.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Mar 22, 2017
1 parent b12f3da commit e4e73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/virtc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ var createContainerCommand = cli.Command{
cli.StringFlag{
Name: "id",
Value: "",
Usage: "the container identifier",
Usage: "the container identifier (default: auto-generated)",
},
cli.StringFlag{
Name: "pod-id",
Expand Down

0 comments on commit e4e73d7

Please sign in to comment.