Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> --- besides, it's a bad idea to use "/" to represent a choice since, just above that, "/" is being used for something quite different. :-) diff --git a/Makefile b/Makefile index a65ffd2..f56eb4b 100644 --- a/Makefile +++ b/Makefile @@ -1175,7 +1175,7 @@ help: @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' @echo ' rpm - Build a kernel as an RPM package' - @echo ' tags/TAGS - Generate tags file for editors' + @echo ' {tags,TAGS} - Generate {vi,emacs} tags file for editors' @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' @echo ' kernelversion - Output the version stored in Makefile' ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ======================================================================== - To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html