fix a bug where "motion device:console" is using same class name with "changelog" command.

http://hipbyte.myjetbrains.com/youtrack/issue/RM-258
This commit is contained in:
Watson
2013-09-16 13:23:23 +09:00
parent 7c78827402
commit 9e5d9a576b

View File

@@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
module Motion; module Project
class ChangelogCommand < Command
class DeviceConsoleCommand < Command
self.name = 'device:console'
self.help = 'Print the device console logs'