aboutsummaryrefslogtreecommitdiff
path: root/docs/change.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-06-21 23:01:57 +0200
commit0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch)
tree4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/change.txt
parent4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff)
downloadnissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz
nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip
First push
Diffstat (limited to 'docs/change.txt')
-rw-r--r--docs/change.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/change.txt b/docs/change.txt
new file mode 100644
index 0000000..b6bba0e
--- /dev/null
+++ b/docs/change.txt
@@ -0,0 +1,21 @@
1
2HELP PAGE FOR COMMAND change
3
4SYNTAX
5change $ID1 [MOVES|$ID2|@ID2]
6
7DESCRIPTION
8Changes the scramble $ID1 to either MOVES, the scramble $ID2, the output @ID2
9or, if none is specified, the moves entered by the user. The scramble that was
10memorized under $ID1 is then lost.
11Mnemonic: "change x to y", or just "change x".
12
13EXAMPLES
14change $1
15 The user is required to type the moves that will replace $1.
16change $2 $3
17 Saves the scramble that was saved under $3 in $2. Now $2 and $3 are the same
18 scrambles, and the old $2 is lost.
19change $1 U R
20 Saves U R as scramble $1.
21

Generated with cgit - Back to sebastiano.tronto.net