Sfoglia il codice sorgente

rename and upper case things so it is more obvious that this is to do with ReStructured Text and not the RST spline library or RESTful URLs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52460 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 anni fa
parent
commit
538f609ba2
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/gis/parser.c
  2. 0 0
      lib/gis/parser_rest.c

+ 1 - 1
lib/gis/parser.c

@@ -443,7 +443,7 @@ int G_parser(int argc, char **argv)
 	}
 	
 	/* If first arg is "--rest-description" then print out
-        * a rest description of the task */
+        * a ReST description of the task */
 	if (strcmp(argv[1], "--rest-description") == 0) {
 	    G__usage_rest();
 	    exit(EXIT_SUCCESS);

lib/gis/parser_rst.c → lib/gis/parser_rest.c