From f70605ef1ea1609e554feb2e0138f64dfa044ff8 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 26 Jul 2021 20:57:42 +0100 Subject: [PATCH] criu-ns: update script name in help message Signed-off-by: Radostin Stoyanov --- scripts/criu-ns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/criu-ns b/scripts/criu-ns index 4f7c3a6ec..5128c0bbc 100755 --- a/scripts/criu-ns +++ b/scripts/criu-ns @@ -224,7 +224,7 @@ if action == 'restore': elif action in ['dump', 'pre-dump']: res = wrap_dump() else: - print('Unsupported action {} for nswrap'.format(action)) + print('Unsupported action {} for criu-ns'.format(action)) res = -1 sys.exit(res)