diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/clear.txt | 9 | ||||
| -rw-r--r-- | docs/pre.txt | 18 |
2 files changed, 9 insertions, 18 deletions
diff --git a/docs/clear.txt b/docs/clear.txt new file mode 100644 index 0000000..8ba961a --- /dev/null +++ b/docs/clear.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND clear | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | clear | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Resets all saved scrambles and output sequences. | ||
| 9 | |||
diff --git a/docs/pre.txt b/docs/pre.txt deleted file mode 100644 index c2cfd96..0000000 --- a/docs/pre.txt +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND pre | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | pre [MOVES|$ID1|@ID1] $ID2 | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Prepends either MOVES, the scramble memorized under $ID1 or the output sequence | ||
| 9 | memorized under @ID1 at the beginning of the scramble memorized under $ID2. If | ||
| 10 | none of MOVES, $ID1 or @ID1 is specified, the user will be asked to type the | ||
| 11 | moves. | ||
| 12 | Menmonic: "pre(pend) x to y" or just "pre(pend) to y". | ||
| 13 | |||
| 14 | EXAMPLES | ||
| 15 | add $1 | ||
| 16 | The user is required to type the moves that will be prepended to $1. | ||
| 17 | add F R B $1 | ||
| 18 | Prepends the moves F R B to scramble $1. Now scramble $1 begins with F R B. | ||
