~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-fetchsubmissions

Better instructions in the usage message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
    usage = """usage: %prog [options] subject projname
99
99
    (requires root)
100
 
    Retrieves all submissions for a given project.
101
 
    projname is the project's short name."""
 
100
    Retrieves all submissions for a given project. Places each submission in
 
101
    its own directory, in a subdirectory of '.'. Any errors are reported to
 
102
    stderr (otherwise is silent).
 
103
    subject/projname is the subject/project's short name.
 
104
    """
102
105
 
103
106
    # Parse arguments
104
107
    parser = optparse.OptionParser(usage)