summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 56e724098..8ee86dd92 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -154,6 +154,10 @@ func main() {
Usage: "path to the root directory in which data, including images, is stored",
},
cli.StringFlag{
+ Name: "tmpdir",
+ Usage: "path to the tmp directory",
+ },
+ cli.StringFlag{
Name: "runroot",
Usage: "path to the 'run directory' where all state information is stored",
},