Hans Leidekker (@hans) commented about programs/klist/klist.rc:
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#include "resources.h"
+#pragma makedep po
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+STRINGTABLE +{
- STRING_USAGE, "Usage: klist <tickets | tgt | purge | get [service principal name]>\n\0"
- STRING_UNKNOWN_ERROR, "Unknown error\n\0"
The extra \0 is not needed.