]> git.proxmox.com Git - pve-esxi-import-tools.git/commit
fix --help output formatting
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Apr 2024 06:18:58 +0000 (08:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Apr 2024 06:19:04 +0000 (08:19 +0200)
commit32772d404ef6753b7b923d4a7cf0c942b8e50fb5
treeff9d82501b9051de431c591a4a6cfa14385d6945
parenta407a22c5e7955fa619b55b4740bf1935c579090
fix --help output formatting

For the sake of having the string indented, we use
backslash-line-continuations, but they swallow up all the spaces at
the beginning of the next line, so we use `\n  \` explicitly with
spaces between the newline and the line-continuation to introduce the
indentation in the output.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/main.rs