|
From: | Kalle Olavi Niemitalo |
Subject: | Re: gettext-0.10.35, couple of issues |
Date: | 24 Jan 2001 22:07:21 +0200 |
address@hidden (Gisli Ottarsson) writes: > % xgettext -k=AsMsg foobar.c # only gettext is found If you use an equal sign with a short option, it is taken as part of the argument. You should write that as: % xgettext -kAsMsg foobar.c
[Prev in Thread] | Current Thread | [Next in Thread] |