Commit 4797f723 authored by Pavel Emelyanov's avatar Pavel Emelyanov

help: Add newline at the end of action scripts help messages

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1be08acc
...@@ -310,8 +310,8 @@ usage: ...@@ -310,8 +310,8 @@ usage:
pr_msg(" --link-remap allow to link unlinked files back when possible (modifies FS till restore)\n"); pr_msg(" --link-remap allow to link unlinked files back when possible (modifies FS till restore)\n");
pr_msg(" --action-script [SCR] add an external action script\n"); pr_msg(" --action-script [SCR] add an external action script\n");
pr_msg(" The environment variable CRTOOL_SCRIPT_ACTION contains one of the actions:\n"); pr_msg(" The environment variable CRTOOL_SCRIPT_ACTION contains one of the actions:\n");
pr_msg(" * network-lock - lock network in a target network namespace"); pr_msg(" * network-lock - lock network in a target network namespace\n");
pr_msg(" * network-unlock - unlock network in a target network namespace"); pr_msg(" * network-unlock - unlock network in a target network namespace\n");
pr_msg("\n* Logging:\n"); pr_msg("\n* Logging:\n");
pr_msg(" -o|--log-file [NAME] log file name (relative path is relative to --images-dir)\n"); pr_msg(" -o|--log-file [NAME] log file name (relative path is relative to --images-dir)\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment