mirror of
https://github.com/nasa/openmct.git
synced 2025-01-09 14:32:43 +00:00
fix help
This commit is contained in:
parent
2624cc7e6d
commit
75644e1ec9
src/plugins/persistence/couch/scripts
@ -77,7 +77,7 @@ function processArguments() {
|
||||
switch (val) {
|
||||
case '--help':
|
||||
console.info(
|
||||
'Usage: deleteAnnotations.js [--annotationType type] [--dbName name] <CouchDB URL> \nFor authentication, set the environment variables COUCHDB_USERNAME and COUCHDB_PASSWORD. \n'
|
||||
'Usage: deleteAnnotations.js [--annotationType type] [--dbName name] [--serverUrl url] [--debug] <CouchDB URL> \nFor authentication, set the environment variables COUCHDB_USERNAME and COUCHDB_PASSWORD. \n'
|
||||
);
|
||||
console.info('Annotation types: ', Object.keys(ANNOTATION_TYPES).join(', '));
|
||||
helpRequested = true;
|
||||
|
@ -55,7 +55,7 @@ function processArguments() {
|
||||
switch (val) {
|
||||
case '--help':
|
||||
console.log(
|
||||
'Usage: restore.js [--backupFilename pathToBackupJSON] [--dbName name] [--debug] <CouchDB URL> \nFor authentication, set the environment variables COUCHDB_USERNAME and COUCHDB_PASSWORD. \n'
|
||||
'Usage: restore.js [--backupFilename pathToBackupJSON] [--dbName name] [--serverUrl url] [--debug] <CouchDB URL> \nFor authentication, set the environment variables COUCHDB_USERNAME and COUCHDB_PASSWORD. \n'
|
||||
);
|
||||
helpRequested = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user