Skip to content

Commit

Permalink
chore(snippets): fixed command description
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Jul 19, 2023
1 parent ab8378e commit aadcf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/snippets/snippetsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { TargetCommand } from '../../types/command/targetCommand'

const syntax = 'snippets'
const usage = 'sasjs snippets'
const description = `Generates VS Code snippets from @sasjs/core.`
const description = `Generates VS Code snippets from SAS Macros.`
const examples: CommandExample[] = [
{
command: 'sasjs snippets',
description: 'Generates VS Code snippets from @sasjs/core.'
description: 'Generates VS Code snippets from SAS Macros.'
}
]

Expand Down

0 comments on commit aadcf0b

Please sign in to comment.