diff options
author | 2010-10-02 19:24:27 +0100 | |
---|---|---|
committer | 2010-10-02 19:24:27 +0100 | |
commit | 5d106f1d0ce1b8c3a0ded3c2e443ead6dda4d471 (patch) | |
tree | 736d79683cc7650305d153f8b27923c24d4a6efa | |
parent | e3257f4e0eb499f8bb7f9bc8eda6e6e3c2ae51bf (diff) | |
download | paludis-5d106f1d0ce1b8c3a0ded3c2e443ead6dda4d471.tar.gz paludis-5d106f1d0ce1b8c3a0ded3c2e443ead6dda4d471.tar.xz |
Typo
-rw-r--r-- | src/clients/cave/cmd_print_id_masks.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_print_id_masks.cc b/src/clients/cave/cmd_print_id_masks.cc index 2d7557649..3f509417d 100644 --- a/src/clients/cave/cmd_print_id_masks.cc +++ b/src/clients/cave/cmd_print_id_masks.cc @@ -93,7 +93,7 @@ namespace "%k for mask key, %d for mask description, %r for associated key's raw name, " "%= for an = sign if %r is not blank, %h for associated key's human name, " "%v for associated key or id's value or any additional explanation, " - "%( and %) for ( and ) if the mask is overridden, %o for the reason a mask is overridden" + "%( and %) for ( and ) if the mask is overridden, %o for the reason a mask is overridden, " "\\n for newline, \\t for tab. Default is '%(%k %d %r%=%v%) %o\\n'.") { a_format.set_argument("%(%k %d %r%=%v%) %o\\n"); |