From bd90818b02309bbda3fd953e8f6e574970e6918b Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 22 Aug 2022 07:32:36 -0600 Subject: Man pages: refactor common options: --creds Refactor the --creds option. I went with the one in podman-pull The main difference between all of them is the '####' line, differences in the param descriptions. podman-pull had the clearest one. This is another one that hack/markdown-preprocess-review is good for reviewing. Signed-off-by: Ed Santiago --- docs/source/markdown/options/creds.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/source/markdown/options/creds.md (limited to 'docs/source/markdown/options') diff --git a/docs/source/markdown/options/creds.md b/docs/source/markdown/options/creds.md new file mode 100644 index 000000000..23399dda4 --- /dev/null +++ b/docs/source/markdown/options/creds.md @@ -0,0 +1,5 @@ +#### **--creds**=*[username[:password]]* + +The [username[:password]] to use to authenticate with the registry if required. +If one or both values are not supplied, a command line prompt will appear and the +value can be entered. The password is entered without echo. -- cgit v1.2.3-54-g00ecf