Changeset 30387 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Jun 23, 2010 12:22:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r30381 r30387 2368 2368 desc = "" 2369 2369 cmdAnyVm(ctx, mach, lambda ctx,mach,console,args: progressBar(ctx, console.takeSnapshot(name,desc))) 2370 return 0; 2370 2371 2371 2372 if cmd == 'restore': … … 2396 2397 2397 2398 print "Command '%s' is unknown" %(cmd) 2398 2399 2399 return 0 2400 2400
Note:
See TracChangeset
for help on using the changeset viewer.