Fix up some typos in meta text.

This commit is contained in:
Michael Martin 2012-06-16 01:37:55 -07:00
parent 9ef2b91e9e
commit 5362a635c8
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ def parse_args(raw_args):
global infiles, outfile
parser = optparse.OptionParser(
usage="Usage: %prog [options] srcfile outfile",
usage="Usage: %prog [options] srcfile [srcfile ...]",
version="Ophis 6502 cross-assembler, version 2.0")
parser.add_option("-o", default=None, dest="outfile",

View File

@ -1,6 +1,6 @@
from distutils.core import setup
setup(name='Ophis',
version='1.0.1',
version='2.0',
description='A cross-assembler for the 6502 series of processors',
url='https://github.com/michaelcmartin/Ophis',
author="Michael Martin",