Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
184d2ae4
Commit
184d2ae4
authored
Dec 08, 2022
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos: Update SlapOS website's url
parent
db2d4929
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
slapos/README.console.rst
slapos/README.console.rst
+1
-1
slapos/cli/entry.py
slapos/cli/entry.py
+1
-1
No files found.
slapos/README.console.rst
View file @
184d2ae4
...
...
@@ -5,7 +5,7 @@ The slapconsole tool allows to interact with a SlapOS Master throught the SLAP
library.
For more information about SlapOS or slapconsole usages, please go to
http
://community.slapos.org
.
http
s://slapos.nexedi.com
.
The slapconsole tool is only a bare Python console with several global variables
defined and initialized.
...
...
slapos/cli/entry.py
View file @
184d2ae4
...
...
@@ -78,7 +78,7 @@ class SlapOSCommandManager(CommandManager):
LOG
.
critical
(
'slapos: the command %r does not exist or is not yet implemented.
\
n
'
'
\
n
'
'Available commands: %s
\
n
\
n
'
'Please find documentation a
nd forum at http://community.slapos.org
\
n
'
'Please find documentation a
t https://slapos.nexedi.com
\
n
'
'Please also make sure that the SlapOS Node package is up to date.'
,
' '
.
join
(
argv
),
', '
.
join
(
sorted
(
repr
(
c
)
for
c
in
self
.
commands
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment