From: cherierm Date: Wed, 7 May 2008 11:59:38 +0000 (+0000) Subject: replace the long option semantic by read-me X-Git-Tag: v3.3~521 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/08900c12bf41b32e8d1e41bd653b87a96c8c7b19?hp=0077c5440d7caaeef1a1afaea99c9815dc91441a replace the long option semantic by read-me git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5406 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh2/src/main.c b/tools/tesh2/src/main.c index eef92a26c5..a3bea8e5b5 100644 --- a/tools/tesh2/src/main.c +++ b/tools/tesh2/src/main.c @@ -221,7 +221,7 @@ static const struct s_optentry opt_entries[] = { 'e', flag, (byte*)&env_overrides_flag, 0, "environment-overrides", }, { 'f', string, (byte*)&fstreams, 0, "file" }, { 'h', flag, (byte*)&print_usage_flag, 0, "help" }, - { 'a', flag, (byte*)&print_readme_flag, 0, "semantic" }, + { 'a', flag, (byte*)&print_readme_flag, 0, "read-me" }, { 'i', flag, (byte*)&keep_going_unit_flag, 0, "keep-going-unit" }, { 'I', string, (byte*)&include_dirs, 0, "include-dir" }, { 'j', number, (byte*)&jobs_nb, (byte*) &optional_jobs_nb, "jobs" },