Matt Robenolt 9 лет назад
Родитель
Сommit
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(),
 @click.option('--output-path', 'out', type=click.Path(),
               default='build/cli-help')
               default='build/cli-help')
 def cli(out):
 def cli(out):
-    dump_command(out, root_command, ['lektor'])
+    dump_command(out, root_command, ['sentry'])
 
 
 
 
 if __name__ == '__main__':
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 Sentry is cross-platform crash reporting built with love.

Некоторые файлы не были показаны из-за большого количества измененных файлов