mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
Merge pull request #3858 from douweschulte/dev
Small docs and help updates
This commit is contained in:
commit
c8075ba809
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
1
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4859,6 +4859,7 @@ export interface NS {
|
|||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 0 GB
|
* RAM cost: 0 GB
|
||||||
*
|
*
|
||||||
|
* see: https://github.com/alexei/sprintf.js
|
||||||
* @param format - format of the message
|
* @param format - format of the message
|
||||||
* @param msg - Value to be printed.
|
* @param msg - Value to be printed.
|
||||||
*/
|
*/
|
||||||
|
@ -35,7 +35,7 @@ export const TerminalHelpText: string[] = [
|
|||||||
" rm [file] Delete a file from the server",
|
" rm [file] Delete a file from the server",
|
||||||
" run [name] [-t n] [--tail] [args...] Execute a program or script",
|
" run [name] [-t n] [--tail] [args...] Execute a program or script",
|
||||||
" scan Prints all immediately-available network connections",
|
" scan Prints all immediately-available network connections",
|
||||||
" scan-analyze [d] [-a] Prints info for all servers up to <i>d</i> nodes away",
|
" scan-analyze [d] [-a] Prints info for all servers up to d nodes away",
|
||||||
" scp [file ...] [server] Copies a file to a destination server",
|
" scp [file ...] [server] Copies a file to a destination server",
|
||||||
" sudov Shows whether you have root access on this computer",
|
" sudov Shows whether you have root access on this computer",
|
||||||
" tail [script] [args...] Displays dynamic logs for the specified script",
|
" tail [script] [args...] Displays dynamic logs for the specified script",
|
||||||
|
Loading…
Reference in New Issue
Block a user