Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Added set to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
linux committed Apr 5, 2017
1 parent aa26edc commit a371693
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions help.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ package main

const HELPTEXT =
`The following commands are available:
- set [key] [value] Sets specific session variabls. Use "list variables"
to see a list of available variables
- execute [command|preset] [name] Executes a command or a preset
- list [commands|presets] Lists available commands or presets
- list [commands|presets|variables] Lists available commands or presets
- inspect [command|preset] [name] Inspects a command or a preset showing either
the code sent out by the command or the commands
a preset executes
- raw [data] Used to send raw codes to the receiver
- help Displays this help message
- exit Exits interactive mode, dropping you backc to your
terminal`
terminal`

0 comments on commit a371693

Please sign in to comment.