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

« back to all changes in this revision

Viewing changes to bin/ivle-makeuser

  • Committer: Matt Giuca
  • Date: 2009-03-24 03:14:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: matt.giuca@gmail.com-20090324031444-dbpn1bj6dr4zh4sx
Added auto-generated (and hand-modified) Sphinx files (conf, Makefile and
    index).
    Our IVLE documentation will be stored as Sphinx files.
    make html to generate the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
# Requireds and optionals will be used to display the usage message
42
42
# AND do argument processing
43
43
# The names here must correspond to the fields in the database.
44
 
requireds = ["login", "fullname", "rolenm"]
 
44
requireds = ["login", "fullname"]
45
45
optionals = [
46
46
    ('p', 'password', "Cleartext password for this user"),
47
47
    ('n', 'nick', "Display name (defaults to <fullname>)"),