diff --git a/src/ctrl-q.js b/src/ctrl-q.js index 00e4139..c32715d 100644 --- a/src/ctrl-q.js +++ b/src/ctrl-q.js @@ -57,7 +57,7 @@ const program = new Command(); program .version(appVersion) .description( - 'Ctrl-Q is a command line utility for interacting with client-managed Qlik Sense Enterprise on Windows servers.\nAmong other things the tool does bulk import of apps and tasks, manipulates master items and scrambles in-app data.' + `Ctrl-Q is a command line utility for interacting with client-managed Qlik Sense Enterprise on Windows servers.\nAmong other things the tool does bulk import of apps and tasks, manipulates master items and scrambles in-app data.\n\nVersion: ${appVersion}` ) .hook('preAction', (thisCommand, actionCommand) => { const options = actionCommand.opts();