]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ada-tasks.c
Make first and last lines of 'command help documentation' consistent.
[thirdparty/binutils-gdb.git] / gdb / ada-tasks.c
index a6238887048de11240550503a2fb7a57c55743e3..99458aadb2cde3d77d96d41f32861a58f3c453e3 100644 (file)
@@ -1413,9 +1413,9 @@ _initialize_tasks (void)
 
   /* Some new commands provided by this module.  */
   add_info ("tasks", info_tasks_command,
-            _("Provide information about all known Ada tasks"));
+            _("Provide information about all known Ada tasks."));
   add_cmd ("task", class_run, task_command,
            _("Use this command to switch between Ada tasks.\n\
-Without argument, this command simply prints the current task ID"),
+Without argument, this command simply prints the current task ID."),
            &cmdlist);
 }