diff options
Diffstat (limited to 'doc/snac.1')
| -rw-r--r-- | doc/snac.1 | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -256,7 +256,7 @@ it's - (a lonely hyphen), the post content will be read from stdin. | |||
| 256 | The rest of command line arguments are treated as media files to be | 256 | The rest of command line arguments are treated as media files to be |
| 257 | attached to the post. | 257 | attached to the post. |
| 258 | .It Cm note_unlisted Ar basedir Ar uid Ar text Op file file ... | 258 | .It Cm note_unlisted Ar basedir Ar uid Ar text Op file file ... |
| 259 | Like the previous one, but creates an "unlisted" (or "quiet public") one. | 259 | Like the previous one, but creates an "unlisted" (or "quiet public") post. |
| 260 | .It Cm block Ar basedir Ar instance_url | 260 | .It Cm block Ar basedir Ar instance_url |
| 261 | Blocks a full instance, given its URL or domain name. All subsequent | 261 | Blocks a full instance, given its URL or domain name. All subsequent |
| 262 | incoming activities with identifiers from that instance will be immediately | 262 | incoming activities with identifiers from that instance will be immediately |
| @@ -377,6 +377,13 @@ https://$SNAC_HOST/oauth/x-snac-get-token | |||
| 377 | .Pp | 377 | .Pp |
| 378 | .Sh ENVIRONMENT | 378 | .Sh ENVIRONMENT |
| 379 | .Bl -tag -width Ds | 379 | .Bl -tag -width Ds |
| 380 | .It SNAC_BASEDIR | ||
| 381 | This optional environment variable can be set to the base directory of | ||
| 382 | your installation; if set, you don't have to add the base directory as an | ||
| 383 | argument to command-line operations. This may prove useful if you only | ||
| 384 | have one | ||
| 385 | .Nm | ||
| 386 | instance in you system (which is probably your case). | ||
| 380 | .It Ev DEBUG | 387 | .It Ev DEBUG |
| 381 | Overrides the debugging level from the server 'dbglevel' configuration | 388 | Overrides the debugging level from the server 'dbglevel' configuration |
| 382 | variable. Set it to an integer value. The higher, the deeper in meaningless | 389 | variable. Set it to an integer value. The higher, the deeper in meaningless |