mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +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{
|
||||
Use: "df",
|
||||
Args: noSubArgs,
|
||||
Short: "Show podman disk usage",
|
||||
Long: dfSystemDescription,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
Reference in New Issue
Block a user