Skip to content

Commit

Permalink
updating the README accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc committed Oct 18, 2012
1 parent a80f24c commit 9b4a45c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
A simple python script to pretty print the menu at epfl
simple python script to pretty print the menu at epfl

Usage:
menu [restaurant_regexp]
restaurant_regexp is a regex that match at least a restaurant.
usage: menu [-h] [-s] [restaurant_regex]

Pretty print the epfl menu

positional arguments:
restaurant_regex a regex that match the desired restaurant

optional arguments:
-h, --help show this help message and exit
-s Print the menu for the supper

0 comments on commit 9b4a45c

Please sign in to comment.