From 3086c09b2b3888f4d99a7df3a959a07216953921 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 22 Aug 2014 17:58:46 -0400 Subject: prokit: Check for superuser privileges --- (limited to 'locale') diff --git a/locale/en_US.sh b/locale/en_US.sh index d39cf1b..efeaea5 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -21,6 +21,9 @@ msg_prokit_opt_h_summary='print this help message' msg_prokit_opt_V_summary='print version information' +# src/prokit.sh +msg_prokit_uid_0_req='Must be run as the superuser' + # lib/fd.sh msg_prokit_emfile='Too many open files' msg_prokit_cant_fopen='Cannot open file' -- cgit v0.9.1