Browse Source

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 12 years ago
parent
commit
538f609ba2
2 changed files with 1 additions and 1 deletions
  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
 	/* 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) {
 	if (strcmp(argv[1], "--rest-description") == 0) {
 	    G__usage_rest();
 	    G__usage_rest();
 	    exit(EXIT_SUCCESS);
 	    exit(EXIT_SUCCESS);

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