Skip to content

Commit

Permalink
Typo in scripts/discourse
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Datema committed Jan 19, 2014
1 parent 73aa22c commit 261860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/discourse
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "thor"
class DiscourseCLI < Thor
class_option :verbose, default: false, aliases: :v

desc "export", "Import a Discourse backup"
desc "export", "Export a Discourse backup"
def export(filename=nil)
load_rails

Expand Down

0 comments on commit 261860f

Please sign in to comment.