2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00

criu-ns: update script name in help message

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2021-07-26 20:57:42 +01:00 committed by Andrei Vagin
parent f472e2590e
commit f70605ef1e

View File

@ -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)