diff options
Diffstat (limited to 'app-editors/nano/metadata.xml')
-rw-r--r-- | app-editors/nano/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/nano/metadata.xml b/app-editors/nano/metadata.xml index 98a48959684c..db5f2bccf0ea 100644 --- a/app-editors/nano/metadata.xml +++ b/app-editors/nano/metadata.xml @@ -22,15 +22,15 @@ Pico as closely as possible while addressing the problems above and perhaps providing other extra functionality. </longdescription> <use> - <flag name='justify'>Enable justify/unjustify functions for text formatting.</flag> - <flag name='debug'> + <flag name="justify">Enable justify/unjustify functions for text formatting.</flag> + <flag name="debug"> Enable debug messages and assert warnings. Note that these will all be sent straight to stderr rather than some logging facility. </flag> - <flag name='magic'> + <flag name="magic"> Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting </flag> - <flag name='minimal'> + <flag name="minimal"> Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). </flag> |