Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jorgebastida/glue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebastida committed Mar 2, 2015
2 parents af0715f + bb02512 commit a4f26f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before installing ``Homebrew`` you'll need to install Xcode, then you can follow

.. code-block:: bash
$ sudo brew install jpeg
$ brew install jpeg
$ sudo pip install glue
.. note::
Expand Down
2 changes: 1 addition & 1 deletion glue/bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main(argv=None):

argv = (argv or sys.argv)[1:]

parser = argparse.ArgumentParser(usage=("usage: %(prog)s [source | --source | -s] [output | --output | -o]"))
parser = argparse.ArgumentParser(usage=("%(prog)s [source | --source | -s] [output | --output | -o]"))

parser.add_argument("--source", "-s",
dest="source",
Expand Down

0 comments on commit a4f26f1

Please sign in to comment.