diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:37:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:39:42 (EST) |
commit | fcbc2bf36d668f537012be5ae05f8e452e0acd44 (patch) | |
tree | 737ee38e5fab90a9e1747ce8c13412c6c902bc30 /locale | |
parent | 455a277a2625cf94f7f8d3490b4642242228355d (diff) |
cmd/install: Make suite argument optional
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/C.sh b/locale/C.sh index ee4e237..18cddde 100644 --- a/locale/C.sh +++ b/locale/C.sh @@ -86,7 +86,7 @@ There is NO WARRANTY, to the extent permitted by law.' # src/cmd/install.sh msg_prokit_cmd_install_summary='install a system into a directory' msg_prokit_cmd_install_usage='[-a <arch>] [-p <plat>] [-m <mirror>] [-F] '\ -'<suite> <root>' +'[<suite>] <root>' # src/cmd/shell.sh msg_prokit_cmd_shell_summary='run a shell in an isolated environment' |