X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnow.c;h=41c8733c2daff7a1fbabed8ec53c6a97489124fc;hp=45671ed365f5e6b6a3b11b6c3fd4ab76e9bb9f8d;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=1fb6287fc4986668e8f49d7c3bdca27d53e267af diff --git a/uip/whatnow.c b/uip/whatnow.c index 45671ed..41c8733 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -32,6 +32,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + /* ** Options at the "whatnow" prompt */ @@ -102,6 +104,8 @@ main(int argc, char **argv) /* read user profile/context */ context_read(); + advise(NULL, "whatnow is deprecated. Consider switching to whatnow2."); + arguments = getarguments(invo_name, argc, argv, 1); argp = arguments;