diff --git a/lib/gdbcommand.py b/lib/gdbcommand.py index 32565c3..d4cdb9e 100644 --- a/lib/gdbcommand.py +++ b/lib/gdbcommand.py @@ -9,6 +9,8 @@ from shutil import copyfile class CopyOldGDBSumFile (ShellCommand): """Copy the current gdb.sum file into the old_gdb.sum file.""" name = "copy gdb.sum file" + description = "copying previous gdb.sum file" + descriptionDone = "copied previous gdb.sum file" command = [ 'true' ] def __init__ (self, **kwargs):