From 09f373283ac8d0f22bfe5c47746dfd920b004d9d Mon Sep 17 00:00:00 2001 From: Ryan Whalen Date: Sat, 31 Aug 2019 16:58:52 -0400 Subject: Add command aliases to SYNOPSIS section The files under docs/links reference another man page, e.g. `man podman-container-list` displays `podman-ps(1)`. This adds the alias to the in the displayed page's SYNOPSIS section. Signed-off-by: Ryan Whalen --- docs/podman-save.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/podman-save.1.md') diff --git a/docs/podman-save.1.md b/docs/podman-save.1.md index 034d2696f..b2b0995d3 100644 --- a/docs/podman-save.1.md +++ b/docs/podman-save.1.md @@ -6,6 +6,8 @@ podman\-save - Save an image to a container archive ## SYNOPSIS **podman save** [*options*] *name*[:*tag*] +**podman image save** [*options*] *name*[:*tag*] + ## DESCRIPTION **podman save** saves an image to either **docker-archive**, **oci-archive**, **oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type) on the local machine, default is **docker-archive**. **podman save** writes to STDOUT by default and can be redirected to a -- cgit v1.2.3-54-g00ecf