chiark / gitweb /
clients/disorder.c: Remove the short forms for undocumented options.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 4 Jun 2020 20:02:32 +0000 (21:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 15 Jun 2020 12:02:44 +0000 (13:02 +0100)
commitcd1d988313c718929bfffe0936a7123eac27c7d5
treed805636683d04b84be8f6647e25f99a07ede9cd0
parent5dba54ab01bce6ca8a6f1fd64b46cd304501b596
clients/disorder.c: Remove the short forms for undocumented options.

Also, somewhat sneakily, move the internal names for these options out
of the way of my future plans.

The affected options are `-N' (`--no-per-user-config'), `-u' (`--user')
and `-p' (`--password').  As far as I can make out, `--user' and
`--password' are only intended to be used during testing, and only the
long forms are given; and `--no-per-user-config' isn't actually used at
all.
clients/disorder.c