Skip to content

Commit

Permalink
Fixed typo in jar -uf command line
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Dec 31, 2012
1 parent 73ff812 commit 967553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending/example-add-a-new-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ plugin tree is. In our case, it's the current directory.
If you use the monolith jar release of logstash, you have an additional option
- you can include the plugin right in the jar file.

% jar -uf jar -uf logstash-%VERSION%-monolithic.jar logstash/filters/foo.rb
% jar -uf logstash-%VERSION%-monolithic.jar logstash/filters/foo.rb

# Verify it's in the right location in the jar!
% jar tf logstash-%VERSION%-monolithic.jar | grep foo.rb
Expand Down

0 comments on commit 967553c

Please sign in to comment.