Browse Source

We're sentry, not lektor

Matt Robenolt 9 years ago
parent
commit
43e4527ba6

+ 1 - 1
bin/dump-command-help

@@ -102,7 +102,7 @@ def dump_command(out, cmd, path):
 @click.option('--output-path', 'out', type=click.Path(),
               default='build/cli-help')
 def cli(out):
-    dump_command(out, root_command, ['lektor'])
+    dump_command(out, root_command, ['sentry'])
 
 
 if __name__ == '__main__':

+ 1 - 1
docs/cli/celery/index.rst

@@ -1,4 +1,4 @@
-`lektor celery [MANAGEMENT_ARGS]...`
+`sentry celery [MANAGEMENT_ARGS]...`
 ------------------------------------
 
 Start background workers.

+ 1 - 1
docs/cli/cleanup/index.rst

@@ -1,4 +1,4 @@
-`lektor cleanup`
+`sentry cleanup`
 ----------------
 
 Delete a portion of trailing data based on creation date.

+ 1 - 1
docs/cli/createuser/index.rst

@@ -1,4 +1,4 @@
-`lektor createuser`
+`sentry createuser`
 -------------------
 
 Create a new user.

+ 1 - 1
docs/cli/devserver/index.rst

@@ -1,4 +1,4 @@
-`lektor devserver [MANAGEMENT_ARGS]...`
+`sentry devserver [MANAGEMENT_ARGS]...`
 ---------------------------------------
 
 Start a light Web server for development.

+ 1 - 1
docs/cli/django/index.rst

@@ -1,4 +1,4 @@
-`lektor django [MANAGEMENT_ARGS]...`
+`sentry django [MANAGEMENT_ARGS]...`
 ------------------------------------
 
 Execute Django subcommands.

+ 1 - 1
docs/cli/export/index.rst

@@ -1,4 +1,4 @@
-`lektor export [DEST]`
+`sentry export [DEST]`
 ----------------------
 
 Exports core metadata for the Sentry installation.

+ 1 - 1
docs/cli/help/index.rst

@@ -1,4 +1,4 @@
-`lektor help`
+`sentry help`
 -------------
 
 Show this message and exit.

+ 1 - 1
docs/cli/import/index.rst

@@ -1,4 +1,4 @@
-`lektor import SRC`
+`sentry import SRC`
 -------------------
 
 Imports data from a Sentry export.

+ 1 - 1
docs/cli/index.rst.inc

@@ -1,4 +1,4 @@
-`lektor`
+`sentry`
 --------
 
 Sentry is cross-platform crash reporting built with love.

Some files were not shown because too many files changed in this diff