summaryrefslogtreecommitdiff
path: root/src/libexecline/el_obsolescent.c
blob: 42b8a11c391a3c3ae9c6a2912e9080894d26fc8e (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <skalibs/strerr2.h>
#include <execline/execline.h>

void el_obsolescent (void)
{
  if (el_getstrict())
    strerr_warnw3x("this command is marked as obsolescent. Please update your script to use the ", PROG, "x command instead.") ;
}