fix copy+paste

This commit is contained in:
Dave Eddy 2015-08-26 00:19:22 -04:00
parent 6bd918eb81
commit 0c7899cff9
1 changed files with 1 additions and 3 deletions

View File

@ -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;