Commit 958b2ad3 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Expand help a little

Reviewed some other one liners and gave them a bit more info.
parent bf358dda
Loading
Loading
Loading
Loading
+18 −9
Original line number Diff line number Diff line
@@ -971,7 +971,8 @@ The following actions are available:
				Action:  ActionUserAdd,
			},
			"DELETE": {
				Description: `  Removes a user.
				Description: `  Permanently removes a user and their associated data.  Must be an
  admin.  This cannot be undone.

  Format:
    USER DELETE login`,
@@ -980,7 +981,8 @@ The following actions are available:
				Action:  ActionUserDelete,
			},
			"ENABLE": {
				Description: `  Enables a user.
				Description: `  Enables a previously disabled user, allowing them to log in and access
  BULLETIN again.  Must be an admin.

  Format:
    USER ENABLE login`,
@@ -989,7 +991,9 @@ The following actions are available:
				Action:  ActionUserEnable,
			},
			"DISABLE": {
				Description: `  Disables a user.
				Description: `  Disables a user, preventing them from logging in to BULLETIN.  Their
  account and messages are preserved but they cannot connect.  Must be
  an admin.

  Format:
    USER DISABLE login`,
@@ -998,7 +1002,8 @@ The following actions are available:
				Action:  ActionUserDisable,
			},
			"ADMIN": {
				Description: `  Makes a user an admin.
				Description: `  Grants admin privileges to a user.  Admins can manage users, folders,
  and system settings.  Must be an admin.

  Format:
    USER ADMIN login`,
@@ -1007,7 +1012,7 @@ The following actions are available:
				Action:  ActionUserAdmin,
			},
			"NOADMIN": {
				Description: `  Removes the admin bit from a user.
				Description: `  Removes admin privileges from a user.  Must be an admin.

  Format:
    USER NOADMIN login`,
@@ -1036,7 +1041,8 @@ The following actions are available:
				Action:  ActionUserName,
			},
			"MOD": {
				Description: `  Makes a user an mod.
				Description: `  Grants moderator privileges to a user.  Moderators can manage messages
  in folders they have access to.  Must be an admin.

  Format:
    USER MOD login`,
@@ -1045,7 +1051,7 @@ The following actions are available:
				Action:  ActionUserMod,
			},
			"NOMOD": {
				Description: `  Removes the mod bit from a user.
				Description: `  Removes moderator privileges from a user.  Must be an admin.

  Format:
    USER NOMOD login`,
@@ -1422,7 +1428,9 @@ SYSTEM for a description of a SYSTEM folder).`,
				},
			},
			"NOREADNEW": {
				Description: `Turns off READNEW.
				Description: `Turns off READNEW for the selected folder.  You will no longer be
prompted to read new messages in this folder when logging in.

  Format:
    SET NOREADNEW`,
				Action: ActionSetNoReadNew,
@@ -1474,7 +1482,8 @@ In order to apply this to a specific folder, first select the folder
				},
			},
			"NOSHOWNEW": {
				Description: `Turns off SHOWNEW
				Description: `Turns off SHOWNEW for the selected folder.  A directory listing of new
messages in this folder will no longer be displayed when logging in.

  Format:
    SET NOSHOWNEW`,