diff options
Diffstat (limited to 'cmd/podman')
-rw-r--r-- | cmd/podman/system_df.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/system_df.go b/cmd/podman/system_df.go index 183c5a7dd..60da4238a 100644 --- a/cmd/podman/system_df.go +++ b/cmd/podman/system_df.go @@ -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 { |