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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: Matt Giuca
  • Date: 2010-02-25 06:52:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225065248-p1t8oys3olxtwdlg
project-form no longer assumes the type of context; pass an extra projectset value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
    Print only each user's login name
292
292
 
293
293
 
294
 
ivle-marks
295
 
----------
296
 
 
297
 
.. program:: ivle-marks
298
 
 
299
 
:program:`ivle-marks [OPTIONS] <SUBJECT>`
300
 
 
301
 
Reports each student's marks for a given subject offering.
302
 
 
303
 
.. cmdoption:: <SUBJECT>
304
 
 
305
 
    Subject short (URL) name
306
 
 
307
 
.. cmdoption:: -s <SEMESTER>, --semester <SEMESTER>
308
 
 
309
 
    Semester of the offering (eg. 2009/1). Defaults to the currently
310
 
    active semester.
311
 
 
312
 
.. cmdoption:: -c <CUTOFF>, --cutoff <CUTOFF>
313
 
 
314
 
    Cutoff date (calculate the marks as of this date). Should be provided in 
315
 
    the form of ``YYYY-MM-DD H:M:S``.
316
 
 
317
 
 
318
294
ivle-mountallusers
319
295
------------------
320
296