typo: correct name in "sessions" help/usage
git-svn-id: file:///home/svn/framework3/trunk@6153 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5d8ca84113
commit
d53ac9648c
|
@ -872,7 +872,7 @@ class Core
|
||||||
# Display help banner
|
# Display help banner
|
||||||
when "-h"
|
when "-h"
|
||||||
print(
|
print(
|
||||||
"Usage: session [options]\n\n" +
|
"Usage: sessions [options]\n\n" +
|
||||||
"Active session manipulation and interaction.\n" +
|
"Active session manipulation and interaction.\n" +
|
||||||
@@sessions_opts.usage())
|
@@sessions_opts.usage())
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in New Issue