diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index ba3d5b7..dbf518d 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -86,5 +86,10 @@ msg_prokit_cmd_shell_summary='run a shell in an isolated environment' msg_prokit_cmd_shell_usage='<root-dir>' msg_prokit_cmd_shell_exiting='Exiting...' +# lib/cmd/opkg.sh +msg_prokit_cmd_opkg_summary='manage packages with opkg' +msg_prokit_cmd_opkg_usage='<root-dir> [<option> ...] <sub-command> '\ +'[<argument> ...]' + # lib/profile.sh msg_prokit_profile_not_found='Profile "%s" not found' |