diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-27 22:25:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-27 22:25:15 (EDT) |
commit | 26aa1c83c76e72d9ed472e7dd4fbe2ad041a774c (patch) | |
tree | c110b34d2a5859b634f12d4ddbcd14a42fceac9a /locale | |
parent | fd9be223b3a6959d7936cb2c8ed7855ec03d53c1 (diff) |
opkg: New command
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' |