diff options
author | 2014-01-16 23:59:48 +0000 | |
---|---|---|
committer | 2014-01-16 23:59:48 +0000 | |
commit | 12d7f676926c0768094e8997ac255f514abc5a1e (patch) | |
tree | 118ff9ee4fd8ed7dae35f07820962be823b7cdc1 | |
parent | 58560c88da8dad162ac2766f1f39c5eb9e09a4ae (diff) | |
download | paludis-12d7f676926c0768094e8997ac255f514abc5a1e.tar.gz paludis-12d7f676926c0768094e8997ac255f514abc5a1e.tar.xz |
Typo
-rw-r--r-- | src/clients/cave/cmd_print_owners.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_print_owners.cc b/src/clients/cave/cmd_print_owners.cc index f70d00bed..6e24247f1 100644 --- a/src/clients/cave/cmd_print_owners.cc +++ b/src/clients/cave/cmd_print_owners.cc @@ -81,7 +81,7 @@ namespace args::StringSetArg::StringSetArgOptions()), g_display_options(main_options_section(), "Display Options", "Controls the output format."), a_format(&g_display_options, "format", 'f', "Select the output format. Special tokens recognised are " - "%c for category, %p for package, %v for version, %s for slot, %s for slot in its native format, " + "%c for category, %p for package, %v for version, %s for slot, %S for slot in its native format, " "%: for ':' if we have a slot and " "empty otherwise, %r for repository, %F for the canonical full form, %V for the canonical full " "version, %W for the canonical full unversioned form, %N for the canonical full unnamed form, " |