print '%s Usage:\n%s [options] vssProject descFile stampPath\n\nAutomatically brand a VSS project with an automatically incremented\nbuild number, and stamp DLL/EXE files with the build number.\n\nChecks that no files are checked out in the project, and finds the last\nbuild number, and suggests the next number.\n\nOptions:\n-a - Auto increment the build number, and brand (otherwise prompt\n for the build number after looking for the previous)\n-r - Restamp the files with the existing build number.\n-d - A description for the VSS Label.\n-f infile=outfile - Substitute special VSS labels in the specified text\n file with the text extracted from VSS.\n' % (os.path.basename(sys.argv[0]), os.path.basename(sys.argv[0]))