mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
criu-ns: update script name in help message
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
Andrei Vagin
parent
f472e2590e
commit
f70605ef1e
@@ -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)
|
||||
|
Reference in New Issue
Block a user