Skip to content

Commit

Permalink
Aide corrigée
Browse files Browse the repository at this point in the history
  • Loading branch information
Epithumia committed Apr 6, 2019
1 parent 3012f10 commit f9fe2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ de l'impression.
Utilisation seule :

```
decoupe-psup [-o DIR] [-p] [-t] [-f] [-b] [-v] [-h] fichier
decoupe-psup [-o DIR] [-p] [-t] [-a] [-b] [-v] [-h] fichier
Options:
-o DIR Dossier de sortie des fichiers individuels.
Expand Down
2 changes: 1 addition & 1 deletion magicalquill/magicalquill.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
:return: codes de sortie standards.
"""
# noinspection SpellCheckingInspection
usage = 'usage: %prog [-o DIR] [-p] [-t] [-v] [-h] fichier'
usage = 'usage: %prog [-o DIR] [-p] [-t] [-a] [-b] [-v] [-h] fichier'
parser = optparse.OptionParser(usage=usage, add_help_option=False)
parser.add_option('-o', dest="outdir", help="Dossier de sortie des fichiers individuels.", metavar="DIR",
default="output")
Expand Down

0 comments on commit f9fe2f1

Please # to comment.