mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
system df: reject invalid arguments
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -28,6 +28,7 @@ var (
|
|||||||
`
|
`
|
||||||
_dfSystemCommand = &cobra.Command{
|
_dfSystemCommand = &cobra.Command{
|
||||||
Use: "df",
|
Use: "df",
|
||||||
|
Args: noSubArgs,
|
||||||
Short: "Show podman disk usage",
|
Short: "Show podman disk usage",
|
||||||
Long: dfSystemDescription,
|
Long: dfSystemDescription,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
Reference in New Issue
Block a user