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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: William Grant
  • Date: 2012-06-28 01:52:02 UTC
  • Revision ID: me@williamgrant.id.au-20120628015202-f6ru7o367gt6nvgz
Hah

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
Creates a new user in the database. On-disk structures (jails and
54
54
Subversion repositories) will be created upon first login.
55
55
 
56
 
.. FIXME: "This can also be done through the administration interface."
57
 
    (Not yet!)
58
 
 
 
56
.. note::
 
57
    Admins may create users from the Users page of the web interface.
59
58
 
60
59
.. cmdoption:: <LOGIN>
61
60
 
291
290
    Print only each user's login name
292
291
 
293
292
 
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
293
ivle-mountallusers
319
294
------------------
320
295