Skip to content

Commit

Permalink
[ES|QL] Improves the keep command description (elastic#199312)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Nov 7, 2024
1 parent 2911ed4 commit bcc5b36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
{
name: 'keep',
description: i18n.translate('kbn-esql-validation-autocomplete.esql.definitions.keepDoc', {
defaultMessage: 'Rearranges fields in the input table by applying the keep clauses in fields',
defaultMessage:
'Rearranges fields in the Results table by applying the keep clauses in fields',
}),
examples: ['… | keep a', '… | keep a,b'],
suggest: suggestForKeep,
Expand Down

0 comments on commit bcc5b36

Please sign in to comment.