Skip to content

Commit

Permalink
Merge pull request containers#2777 from edsantiago/system_df_invalid_arg
Browse files Browse the repository at this point in the history
system df: reject invalid arguments
  • Loading branch information
openshift-merge-robot authored Mar 28, 2019
2 parents 340eeec + bf75ecd commit 850326c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/podman/system_df.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var (
`
_dfSystemCommand = &cobra.Command{
Use: "df",
Args: noSubArgs,
Short: "Show podman disk usage",
Long: dfSystemDescription,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 850326c

Please sign in to comment.