diff options
Diffstat (limited to 'libexec/rshd/rshd.c')
-rw-r--r-- | libexec/rshd/rshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 323cb0a..bf20936 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -120,7 +120,7 @@ void usage(void); char slash[] = "/"; char bshell[] = _PATH_BSHELL; -#define OPTIONS "alnDL" +#define OPTIONS "aDLln" int main(int argc, char *argv[]) |