mirror of
https://github.com/docker/cli.git
synced 2026-09-08 10:05:45 -05:00
This makes use of `%USERPROFILE%` as a substitute for `~` on Windows and prints shorter strings for default cert paths etc. Also removes string escaping/quotes around default path values printed in `docker help` command as they are not really necessary and adds double backslashes (\\) on windows. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: 1c9b37cb965be459a93ce07539d7b2a53fbdbc6a Component: engine