fix copy+paste
This commit is contained in:
parent
6bd918eb81
commit
0c7899cff9
@ -82,7 +82,7 @@ do_info.options = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
do_info.help = (
|
do_info.help = (
|
||||||
'Show account information\n'
|
'Print an account summary.\n'
|
||||||
+ '\n'
|
+ '\n'
|
||||||
+ 'Usage:\n'
|
+ 'Usage:\n'
|
||||||
+ ' {{name}} account\n'
|
+ ' {{name}} account\n'
|
||||||
@ -90,6 +90,4 @@ do_info.help = (
|
|||||||
+ '{{options}}'
|
+ '{{options}}'
|
||||||
);
|
);
|
||||||
|
|
||||||
do_info.aliases = ['whoami'];
|
|
||||||
|
|
||||||
module.exports = do_info;
|
module.exports = do_info;
|
||||||
|
Reference in New Issue
Block a user