mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
Fix up some typos in meta text.
This commit is contained in:
parent
9ef2b91e9e
commit
5362a635c8
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user