mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
Merge pull request #1845 from sanderdatema/patch-3
Typo in scripts/discourse
This commit is contained in:
commit
fbc58bd1eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue