VirtualBox

Changeset 21936 in vbox


Ignore:
Timestamp:
Aug 3, 2009 8:45:14 AM (15 years ago)
Author:
vboxsync
Message:

VBoxShell: VBox spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r21924 r21936  
    313313
    314314
    315 def monitorVbox(ctx, dur):
     315def monitorVBox(ctx, dur):
    316316    vbox = ctx['vb']
    317317    cb = ctx['global'].createCallback('IVirtualBoxCallback', VBoxMonitor, vbox)
     
    708708    return 0
    709709
    710 def monitorVboxCmd(ctx, args):
     710def monitorVBoxCmd(ctx, args):
    711711    if (len(args) > 2):
    712         print "usage: monitorVbox (duration)"
     712        print "usage: monitorVBox (duration)"
    713713        return 0
    714714    dur = 5
    715715    if len(args) > 1:
    716716        dur = float(args[1])
    717     monitorVbox(ctx, dur)
     717    monitorVBox(ctx, dur)
    718718    return 0
    719719
     
    955955            'guest':['Execute command for guest: guest Win32 \'console.mouse.putMouseEvent(20, 20, 0, 0)\'', guestCmd, 0],
    956956            'monitorGuest':['Monitor what happens with the guest for some time: monitorGuest Win32 10', monitorGuestCmd, 0],
    957             'monitorVbox':['Monitor what happens with Virtual Box for some time: monitorVbox 10', monitorVboxCmd, 0],
     957            'monitorVBox':['Monitor what happens with Virtual Box for some time: monitorVBox 10', monitorVBoxCmd, 0],
    958958            'portForward':['Setup permanent port forwarding for a VM, takes adapter number host port and guest port: portForward Win32 0 8080 80', portForwardCmd, 0],
    959959            'showLog':['Show log file of the VM, : showLog Win32', showLogCmd, 0],
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette