Browse Source

Correct errors in manual

rpm
J. King 3 years ago
parent
commit
bafb788b02
  1. 1
      dist/debian/arsse.install
  2. 4
      manpages/en.md

1
dist/debian/arsse.install

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

4
manpages/en.md

@ -194,7 +194,7 @@ The following metadata properties exist for each user:
- 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
@ -206,7 +206,7 @@ The following metadata properties exist for each user:
- Fail to log in as Alice
$ arsse user authbLS!$_UUZ!iN2i_!^IC6 alice "Oh, dear!"
$ arsse user auth alice "Oh, dear!"
Authentication failed
$ echo $?
1

Loading…
Cancel
Save