Skip to content

Commit 7c4be8f

Browse files
author
L'In20Cible
committed
2 parents 6939506 + b973e18 commit 7c4be8f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

addons/source-python/docs/source-python/source/general/sp-commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ List all 'sp' sub-commands or provide help on server commands registered with So
404404
// List all 'sp' sub-commands
405405
sp help
406406
407-
// Print help on 'sp load'
408-
sp help sp load
407+
// Print help on 'sp plugin'
408+
sp help sp plugin
409409
410410
411411
plugin

addons/source-python/packages/source-python/core/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ../core/manager.py
22

3-
"""Provides access to all plugins loaded via "sp load"."""
3+
"""Provides access to all plugins loaded via "sp plugin load"."""
44

55
# =============================================================================
66
# >> IMPORTS
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Source.Python Plugin ReadMe
22

33
This directory is used for Source.Python plugins
4-
to be loaded by the command "sp load".
4+
to be loaded by the command "sp plugin load".

resource/source-python/translations/_core/core_settings_strings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example:
7171
# To have the messages print to the console and be added to SP's log:
7272
# Console + SP log = 1 + 4 = 5'''
7373

74-
es = '''Difinir la area donde registrar (consola, archivo principal, sp load, script log):
74+
es = '''Difinir la area donde registrar (consola, archivo principal, sp log, script log):
7575
# Consola = 1
7676
# Archivo = 2
7777
# SP log = 4

0 commit comments

Comments
 (0)