Update commands.js.download
This commit is contained in:
parent
65ce3d470d
commit
6b2f3bc057
|
@ -43,7 +43,7 @@ weather = [
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
update = [
|
update1 = [
|
||||||
"<br>",
|
"<br>",
|
||||||
"Checking for updates...",
|
"Checking for updates...",
|
||||||
"Downloading update...",
|
"Downloading update...",
|
||||||
|
@ -132,12 +132,12 @@ help = [
|
||||||
'<span class="command">email</span> Do not email me ;)',
|
'<span class="command">email</span> Do not email me ;)',
|
||||||
'<span class="command">clear</span> Clear terminal',
|
'<span class="command">clear</span> Clear terminal',
|
||||||
'<span class="command">banner</span> Display the header',
|
'<span class="command">banner</span> Display the header',
|
||||||
|
'<span class="command">update</span> Update terminal',
|
||||||
"<br>",
|
"<br>",
|
||||||
];
|
];
|
||||||
|
|
||||||
root = [
|
root = [
|
||||||
"<br>",
|
"<br>",
|
||||||
'<span class="command">update</span> Update terminal',
|
|
||||||
'<span class="command">close</span> Close this page',
|
'<span class="command">close</span> Close this page',
|
||||||
'<span class="command">exit</span> Exit from terminal',
|
'<span class="command">exit</span> Exit from terminal',
|
||||||
'<span class="command">history</span> View command history',
|
'<span class="command">history</span> View command history',
|
||||||
|
|
Loading…
Reference in New Issue