Show default FPS in main.py

This commit is contained in:
Steven Robertson 2011-12-18 21:41:39 -05:00
parent e9c9cd7db4
commit 60e7eb120e

View File

@ -161,7 +161,7 @@ if __name__ == "__main__":
prof.add_argument('--quality', type=int, metavar='SPP', prof.add_argument('--quality', type=int, metavar='SPP',
help="Set base samples per pixel") help="Set base samples per pixel")
prof.add_argument('--fps', type=float, dest='fps', prof.add_argument('--fps', type=float, dest='fps',
help="Set frames per second") help="Set frames per second (24)")
prof.add_argument('--width', type=int, metavar='PX') prof.add_argument('--width', type=int, metavar='PX')
prof.add_argument('--height', type=int, metavar='PX') prof.add_argument('--height', type=int, metavar='PX')