Merge pull request #2777 from edsantiago/system_df_invalid_arg

system df: reject invalid arguments
This commit is contained in:
OpenShift Merge Robot 2019-03-27 17:03:51 -07:00 committed by GitHub
commit 850326cc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {