Skip to content

Commit

Permalink
Flesh out rake -T output
Browse files Browse the repository at this point in the history
  • Loading branch information
claman committed Oct 4, 2015
1 parent f74092d commit 629d0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ drafts_dir = '_drafts'
posts_dir = '_posts'

# rake post['my new post']
desc 'create a new post'
desc 'create a new post with "rake post[\'post title\']"'
task :post, :title do |t, args|
if args.title
title = args.title
Expand All @@ -29,7 +29,7 @@ task :post, :title do |t, args|
end

# usage: rake draft['my new draft']
desc 'create a new draft post'
desc 'create a new draft post with "rake draft[\'draft title\']"'
task :draft, :title do |t, args|
if args.title
title = args.title
Expand Down
1 change: 0 additions & 1 deletion apple-touch-icon.png

This file was deleted.

Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 629d0bd

Please sign in to comment.