Skip to content

Commit

Permalink
improve usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
pigay committed Mar 6, 2015
1 parent b309bd1 commit c76673f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/iextract
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,12 @@ if __name__ == "__main__":
usage = """\
usage: %prog [options] COLLECTION...
extract data and metadata out of iRODS
extract data and metadata out of iRODS.
Data are extracted through irsync inside a local directory named after COLLECTION basename.
If metadata (system, acls or user) are required, they are stored in csv files also named after COLLECTION basename in
the current working directory.
"""

parser = OptionParser( usage = usage )
Expand Down

0 comments on commit c76673f

Please sign in to comment.