mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
criu-ns: update script name in help message
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
f472e2590e
commit
f70605ef1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue