fix(cli): rename the update command references to upgrade across the CLI and documentation
This commit is contained in:
@@ -254,7 +254,7 @@ export class ServiceHandler {
|
||||
try {
|
||||
// Check if running as root
|
||||
this.checkRootAccess(
|
||||
'This command must be run as root to update NUPST.',
|
||||
'This command must be run as root to upgrade NUPST.',
|
||||
);
|
||||
|
||||
console.log('');
|
||||
|
||||
Reference in New Issue
Block a user