mirror of https://github.com/sbt/sbt.git
fix help message for 'set'
This commit is contained in:
parent
37c5062d2d
commit
5ec6a0479f
|
|
@ -98,7 +98,7 @@ SetCommand + """ <setting-expression>
|
|||
|
||||
This command does not rebuild the build definitions, plugins, or configurations.
|
||||
It does not automatically persist the setting.
|
||||
This is done by running 'settings save' or 'settings save-all'.
|
||||
This is done by running 'session save' or 'session save-all'.
|
||||
"""
|
||||
|
||||
def SessionCommand = "session"
|
||||
|
|
|
|||
Loading…
Reference in New Issue