diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-05 15:17:32 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-05 15:17:32 +0200 |
commit | b76142bfef85987db05e2cf8a59939cd690960c5 (patch) | |
tree | 6fede9a2ae10acee347361498018ee0f1b17abde /sys/src/cmd/hjfs/auth.c | |
parent | 76677bb8f0d1b5f5dd620de995c0c27c6494e93b (diff) |
hjfs: add users command, fix newuser ? documentation
Diffstat (limited to 'sys/src/cmd/hjfs/auth.c')
-rw-r--r-- | sys/src/cmd/hjfs/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/hjfs/auth.c b/sys/src/cmd/hjfs/auth.c index 1e032de25..ede0286e5 100644 --- a/sys/src/cmd/hjfs/auth.c +++ b/sys/src/cmd/hjfs/auth.c @@ -465,3 +465,4 @@ found: createuserdir(fs, argv[1], uid); return 1; } + |