--- rpl/src/instructions_h1.c 2018/05/30 09:27:35 1.65 +++ rpl/src/instructions_h1.c 2018/12/22 10:13:11 1.66 @@ -982,6 +982,7 @@ instruction_help(struct_processus *s_eta printf(" %s : connexion à une base de données SQL\n", d_SQL); printf(" %s : mutex\n", d_MTX); printf(" %s : sémaphore nommé\n", d_SPH); + printf(" %s : enregistrement\n", d_REC); } else { @@ -1009,6 +1010,7 @@ instruction_help(struct_processus *s_eta printf(" %s : connection to SQL database\n", d_SQL); printf(" %s : mutex\n", d_MTX); printf(" %s : named semaphore\n", d_SPH); + printf(" %s : record\n", d_REC); } /*