Update node-manager.js help text
This commit is contained in:
parent
8763c14e78
commit
bdfcdefac0
@ -23,7 +23,7 @@ export async function main(ns) {
|
||||
|
||||
// Initilize script arguments
|
||||
const argParser = new ArgParser({
|
||||
desc: 'Buy, upgrade & manage Hacknet nodes automatically.',
|
||||
desc: 'Buy, upgrade & manage Hacknet nodes automatically. Tail for live updates.',
|
||||
examples: [
|
||||
'run node-manager.js [OPTIONS] LIMIT',
|
||||
'run node-manager.js --balance 1E6 4',
|
||||
@ -113,4 +113,4 @@ export async function main(ns) {
|
||||
// Check again in 1s
|
||||
await ns.sleep(1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user