Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
a6aced18
Commit
a6aced18
authored
Mar 21, 2013
by
Stavros Sachtouris
Browse files
Fix typo in shell intro (bug #3444)
parent
8e8ec61a
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/command_shell.py
View file @
a6aced18
...
...
@@ -95,7 +95,7 @@ class Shell(Cmd):
def
greet
(
self
,
version
):
print
(
'kamaki v%s - Interactive Shell
\n
'
%
version
)
print
(
'
\t
\
exit
\t
terminate kamaki'
)
print
(
'
\t
/
exit
\t
terminate kamaki'
)
print
(
'
\t
exit or ^D
\t
exit context'
)
print
(
'
\t
? or help
\t
available commands'
)
print
(
'
\t
?command
\t
help on command'
)
...
...
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