1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

Correct errors in manual

This commit is contained in:
J. King 2021-05-30 15:51:18 -04:00
parent 68e3cd82ca
commit bafb788b02
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ arsse.php usr/share/arsse/
dist/arsse usr/bin/ dist/arsse usr/bin/
manual usr/share/doc/arsse/ manual usr/share/doc/arsse/
dist/man/* usr/share/man/
dist/nginx etc/arsse/ dist/nginx etc/arsse/
dist/apache etc/arsse/ dist/apache etc/arsse/
dist/config.php etc/arsse dist/config.php etc/arsse

View file

@ -194,7 +194,7 @@ The following metadata properties exist for each user:
- Make Bob the Builder an administrator - Make Bob the Builder an administrator
$ arsse user set admin true $ arsse user set "Bob the Builder" admin true
- Disable Alice's account by clearing her password - Disable Alice's account by clearing her password
@ -206,7 +206,7 @@ The following metadata properties exist for each user:
- Fail to log in as Alice - Fail to log in as Alice
$ arsse user authbLS!$_UUZ!iN2i_!^IC6 alice "Oh, dear!" $ arsse user auth alice "Oh, dear!"
Authentication failed Authentication failed
$ echo $? $ echo $?
1 1